Skip to content

Commit 2df28a5

Browse files
committed
fix: try fix actions commit
1 parent 313221f commit 2df28a5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Publish to NPM
22
permissions:
33
id-token: write
4+
contents: write
45
on:
56
release:
67
types: [published]
@@ -45,8 +46,8 @@ jobs:
4546
echo "SOURCE_BRANCH=$SOURCE_BRANCH" >> $GITHUB_OUTPUT
4647
- name: Set package version
4748
run: yarn version --new-version "${{ steps.get_version.outputs.VERSION }}" --no-git-tag-version
48-
- name: Publish package
49-
run: npm publish --provenance --access public --tag ${{ steps.extract_tag.outputs.NPM_TAG }}
49+
# - name: Publish package
50+
# run: npm publish --provenance --access public --tag ${{ steps.extract_tag.outputs.NPM_TAG }}
5051
- name: Push version bump
5152
uses: stefanzweifel/git-auto-commit-action@v4
5253
with:

0 commit comments

Comments
 (0)