Skip to content

Commit 881dcc3

Browse files
committed
fix: use azu/setup-npm-trusted-publish action
1 parent c5127b0 commit 881dcc3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,11 @@ jobs:
7373
- name: Update version
7474
run: npm version ${{ steps.version.outputs.version }} --no-git-tag-version --allow-same-version
7575

76+
- name: Setup npm for trusted publishing
77+
uses: azu/setup-npm-trusted-publish@v1
78+
7679
- name: Publish to npm
77-
run: npm publish --access public --provenance
80+
run: npm publish --access public
7881

7982
- name: Create Release
8083
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)