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