We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d28e2b commit e0663afCopy full SHA for e0663af
1 file changed
‎.github/workflows/publish.yml‎
@@ -36,10 +36,8 @@ jobs:
36
run: deno task build:npm ${{steps.vars.outputs.version}}
37
38
- name: Publish NPM
39
- run: npm publish --access=public --tag=next
+ run: npm publish --access=public --tag=latest
40
working-directory: ./build/npm
41
- env:
42
- NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}
43
44
publish-jsr:
45
runs-on: ubuntu-latest
0 commit comments