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 db46c2b commit a15528dCopy full SHA for a15528d
.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