fix: try fix actions commit

pull/210/head 3.2.0
Boaz Poolman 2026-03-02 14:38:25 +01:00
parent 313221f029
commit 2df28a5c28
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,7 @@
name: Publish to NPM
permissions:
id-token: write
contents: write
on:
release:
types: [published]
@ -45,8 +46,8 @@ jobs:
echo "SOURCE_BRANCH=$SOURCE_BRANCH" >> $GITHUB_OUTPUT
- name: Set package version
run: yarn version --new-version "${{ steps.get_version.outputs.VERSION }}" --no-git-tag-version
- name: Publish package
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 }}
- name: Push version bump
uses: stefanzweifel/git-auto-commit-action@v4
with: