Skip to content

Commit 09ac214

Browse files
committed
fix: use npm to publish instead of yarn to allow provenance
1 parent 1d60fc4 commit 09ac214

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ jobs:
4444
- name: Set package version
4545
run: yarn version --new-version "${{ steps.get_version.outputs.VERSION }}" --no-git-tag-version
4646
- name: Publish package
47-
run: yarn publish --access public --tag ${{ steps.extract_tag.outputs.NPM_TAG }}
48-
env:
49-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
47+
run: npm publish --access public --tag ${{ steps.extract_tag.outputs.NPM_TAG }}
5048
- name: Push version bump
5149
uses: stefanzweifel/git-auto-commit-action@v4
5250
with:

0 commit comments

Comments
 (0)