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 1b684b9 commit b4b4f63Copy full SHA for b4b4f63
1 file changed
.github/workflows/publish.yml
@@ -23,4 +23,4 @@ jobs:
23
- name: Install and build
24
run: npm install && npm test
25
- name: Publish to NPM
26
- run: npm publish --tag ${{ github.ref_name }}
+ run: npm publish --tag ${GITHUB_REF_NAME#v}
0 commit comments