From 2df28a5c28fb9410495971f5e21ffa1d089540af Mon Sep 17 00:00:00 2001 From: Boaz Poolman Date: Mon, 2 Mar 2026 14:38:25 +0100 Subject: [PATCH] fix: try fix actions commit --- .github/workflows/publish.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8c4d063..ce6861a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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: