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: