Skip to content

Commit 5abc898

Browse files
committed
ci: disable type check on compile
1 parent 3a3a1b9 commit 5abc898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Compile
2424
run: |
2525
deno install -A -g -f -r --unstable-kv https://github.com/fluentci-io/fluentci/raw/refs/heads/main/main.ts -n fluentci
26-
deno compile -A --output fluentci --target ${{ matrix.target }} main.ts
26+
deno compile -A --no-check --output fluentci --target ${{ matrix.target }} main.ts
2727
- name: Set env
2828
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
2929
- name: Archive assets

0 commit comments

Comments
 (0)