We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a3a1b9 commit 5abc898Copy full SHA for 5abc898
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Compile
24
run: |
25
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
+ deno compile -A --no-check --output fluentci --target ${{ matrix.target }} main.ts
27
- name: Set env
28
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
29
- name: Archive assets
0 commit comments