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.
2 parents 20f0808 + a15528d commit bfcb908Copy full SHA for bfcb908
.github/workflows/npm-publish.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Sets npm tag
31
if: contains(github.event.release.tag_name, 'beta')
32
run: echo "tag=beta" >> $GITHUB_ENV
33
- - run: npm publish --access public --tag {{ env.tag }}
+ - run: npm publish --access public --tag ${{ env.tag }}
34
env:
35
NODE_AUTH_TOKEN: ${{ secrets.npm_token }}
36
@@ -52,6 +52,6 @@ jobs:
52
53
54
55
- - run: npm publish --tag {{ env.tag }}
+ - run: npm publish --tag ${{ env.tag }}
56
57
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments