Skip to content

Commit

Permalink
ci: disable type check on compile
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jan 15, 2025
1 parent 3a3a1b9 commit 5abc898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Compile
run: |
deno install -A -g -f -r --unstable-kv https://github.com/fluentci-io/fluentci/raw/refs/heads/main/main.ts -n fluentci
deno compile -A --output fluentci --target ${{ matrix.target }} main.ts
deno compile -A --no-check --output fluentci --target ${{ matrix.target }} main.ts
- name: Set env
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Archive assets
Expand Down

0 comments on commit 5abc898

Please sign in to comment.