Skip to content

Commit e0663af

Browse files
authored
🎯 publish v4 on "latest" tag (#1057)
* 🎯 publish v4 on "latest" tag v4 is now the current release, so newest NPM packages are published with the `latest` tag * remove obsolete token
1 parent 9d28e2b commit e0663af

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎.github/workflows/publish.yml‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,8 @@ jobs:
3636
run: deno task build:npm ${{steps.vars.outputs.version}}
3737

3838
- name: Publish NPM
39-
run: npm publish --access=public --tag=next
39+
run: npm publish --access=public --tag=latest
4040
working-directory: ./build/npm
41-
env:
42-
NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
4341

4442
publish-jsr:
4543
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)