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 7536511 commit 2f7238eCopy full SHA for 2f7238e
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
18
- run: npm test
19
- run: npm version ${TAG_NAME} --git-tag-version=false
20
env:
21
- TAG_NAME: ${{ github.event.release.tag_name }}
+ TAG_NAME: 1.4.2
22
- run: npm whoami; npm publish
23
24
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
@@ -35,5 +35,5 @@ jobs:
35
36
37
38
39
- run: npm whoami; npm publish --@github:registry='https://npm.pkg.github.com'
0 commit comments