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 839d4ac commit d1afc62Copy full SHA for d1afc62
1 file changed
.github/workflows/publish-release.yml
@@ -43,6 +43,6 @@ jobs:
43
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
45
- name: Publish to npm
46
- run: pnpm publish --access public --no-git-checks
+ run: pnpm publish --access public --no-git-checks --tag latest
47
env:
48
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments