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 1d60fc4 commit 09ac214Copy full SHA for 09ac214
.github/workflows/publish.yml
@@ -44,9 +44,7 @@ jobs:
44
- name: Set package version
45
run: yarn version --new-version "${{ steps.get_version.outputs.VERSION }}" --no-git-tag-version
46
- name: Publish package
47
- run: yarn publish --access public --tag ${{ steps.extract_tag.outputs.NPM_TAG }}
48
- env:
49
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
+ run: npm publish --access public --tag ${{ steps.extract_tag.outputs.NPM_TAG }}
50
- name: Push version bump
51
uses: stefanzweifel/git-auto-commit-action@v4
52
with:
0 commit comments