We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc726c commit 50b7597Copy full SHA for 50b7597
.github/workflows/npm-publish.yml
@@ -29,6 +29,7 @@ jobs:
29
registry-url: https://registry.npmjs.org
30
always-auth: true
31
- run: yarn install --frozen-lockfile
32
+ - run: yarn version --new-version "${GITHUB_REF:11}" --no-git-tag-version
33
- run: yarn publish --access public
34
env:
35
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
@@ -43,6 +44,7 @@ jobs:
43
44
node-version: 14.x
45
registry-url: https://npm.pkg.github.com
46
47
48
49
50
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments