Skip to content

Commit 9064ff3

Browse files
committed
fix npm tag
1 parent dbd878f commit 9064ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
run: find ./artifacts/* -name "*.dbg.json" -type f -delete
185185
- name: Delete useless files
186186
run: rm -rf ./artifacts/build-info/*
187-
- run: npm publish --tag next
187+
- run: npm publish
188188
env:
189189
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
190190

0 commit comments

Comments
 (0)