fix: use npm to publish instead of yarn to allow provenance
parent
1d60fc48b6
commit
09ac214356
|
|
@ -44,9 +44,7 @@ jobs:
|
||||||
- name: Set package version
|
- name: Set package version
|
||||||
run: yarn version --new-version "${{ steps.get_version.outputs.VERSION }}" --no-git-tag-version
|
run: yarn version --new-version "${{ steps.get_version.outputs.VERSION }}" --no-git-tag-version
|
||||||
- name: Publish package
|
- name: Publish package
|
||||||
run: yarn publish --access public --tag ${{ steps.extract_tag.outputs.NPM_TAG }}
|
run: npm publish --access public --tag ${{ steps.extract_tag.outputs.NPM_TAG }}
|
||||||
env:
|
|
||||||
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
|
|
||||||
- name: Push version bump
|
- name: Push version bump
|
||||||
uses: stefanzweifel/git-auto-commit-action@v4
|
uses: stefanzweifel/git-auto-commit-action@v4
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue