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 2a64259 commit f18bd19Copy full SHA for f18bd19
.github/workflows/publish.yaml
@@ -26,6 +26,6 @@ jobs:
26
run: npm version ${{ steps.version.outputs.VERSION }} --no-git-tag-version
27
28
- name: Publish to npm
29
- run: npm publish --tag ${{ github.ref_name }}
+ run: npm publish --tag dev # this is hardcoded. I did not find an easy way to get the branch
30
env:
31
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments