Skip to content

Commit

Permalink
fix ci version check
Browse files Browse the repository at this point in the history
  • Loading branch information
aricart committed May 23, 2024
1 parent 2d5ad00 commit 299c40a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Test tag
run: |
npm run check-package
deno test
- run: npm run clean
- run: npm publish --provenance --access public --tag=latest
env:
Expand Down

0 comments on commit 299c40a

Please sign in to comment.