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 2df28a5 commit 7697463Copy full SHA for 7697463
1 file changed
.github/workflows/publish.yml
@@ -46,8 +46,8 @@ jobs:
46
echo "SOURCE_BRANCH=$SOURCE_BRANCH" >> $GITHUB_OUTPUT
47
- name: Set package version
48
run: yarn version --new-version "${{ steps.get_version.outputs.VERSION }}" --no-git-tag-version
49
- # - name: Publish package
50
- # run: npm publish --provenance --access public --tag ${{ steps.extract_tag.outputs.NPM_TAG }}
+ - name: Publish package
+ run: npm publish --provenance --access public --tag ${{ steps.extract_tag.outputs.NPM_TAG }}
51
- name: Push version bump
52
uses: stefanzweifel/git-auto-commit-action@v4
53
with:
0 commit comments