Skip to content

Commit 299c40a

Browse files
committed
fix ci version check
1 parent 2d5ad00 commit 299c40a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
3838
- name: Test tag
3939
run: |
40-
npm run check-package
40+
deno test
4141
- run: npm run clean
4242
- run: npm publish --provenance --access public --tag=latest
4343
env:

0 commit comments

Comments
 (0)