Skip to content

Commit bd9ebd3

Browse files
authored
fix release tag (#68)
1 parent f17f37c commit bd9ebd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
echo "npm_version=${npm_version#v}" >> "$GITHUB_OUTPUT"
4141
- run: npm version --no-commit-hooks --no-git-tag-version ${{ steps.vars.outputs.npm_version }}
4242
- name: Publish to npm
43-
run: npm publish --tag ${{ github.ref_name }}
43+
run: npm publish --tag latest
4444
env:
4545
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)