Skip to content

Commit 2758130

Browse files
committed
ci: fix release.yml
1 parent 2506ceb commit 2758130

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121
- name: Set env
2222
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
2323
- name: Build
24-
run: fluentci run . compile
24+
run: |
25+
rm .fluentci/deno.lock
26+
fluentci run . compile
2527
env:
2628
TAG: ${{ env.RELEASE_VERSION }}
2729
TARGET: ${{ matrix.target }}

0 commit comments

Comments
 (0)