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 da9a62b commit 75add4bCopy full SHA for 75add4b
.github/workflows/ci.yml
@@ -42,5 +42,5 @@ jobs:
42
run: npm install -g npm@latest
43
- name: Build and publish package
44
if: startsWith(github.ref, 'refs/tags/')
45
- run: npm publish --access=public
+ run: npm publish --access=public --tag ${GITHUB_REF_NAME#v}
46
0 commit comments