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 27b2347 commit e7f3ca5Copy full SHA for e7f3ca5
.github/workflows/publish.yml
@@ -19,7 +19,7 @@ jobs:
19
- run: npm test
20
- run: npm version ${TAG_NAME} --git-tag-version=false
21
env:
22
- TAG_NAME: 1.4.2
+ TAG_NAME: ${{ github.event.release.tag_name }}
23
- run: npm whoami; npm publish
24
25
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
@@ -41,8 +41,8 @@ jobs:
41
registry-url: 'https://npm.pkg.github.com'
42
43
44
45
- name: Publish to GHPR
46
run: npm publish
47
48
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments