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 313221f commit 2df28a5Copy full SHA for 2df28a5
.github/workflows/publish.yml
@@ -1,6 +1,7 @@
1
name: Publish to NPM
2
permissions:
3
id-token: write
4
+ contents: write
5
on:
6
release:
7
types: [published]
@@ -45,8 +46,8 @@ jobs:
45
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
- - name: Publish package
49
- run: npm publish --provenance --access public --tag ${{ steps.extract_tag.outputs.NPM_TAG }}
+ # - name: Publish package
50
+ # 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