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 f17f37c commit bd9ebd3Copy full SHA for bd9ebd3
.github/workflows/release.yml
@@ -40,6 +40,6 @@ jobs:
40
echo "npm_version=${npm_version#v}" >> "$GITHUB_OUTPUT"
41
- run: npm version --no-commit-hooks --no-git-tag-version ${{ steps.vars.outputs.npm_version }}
42
- name: Publish to npm
43
- run: npm publish --tag ${{ github.ref_name }}
+ run: npm publish --tag latest
44
env:
45
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments