Skip to content

Commit 605eee7

Browse files
committed
fix: use correct version of setup-npm-trusted-publish
1 parent 881dcc3 commit 605eee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
run: npm version ${{ steps.version.outputs.version }} --no-git-tag-version --allow-same-version
7575

7676
- name: Setup npm for trusted publishing
77-
uses: azu/setup-npm-trusted-publish@v1
77+
uses: azu/setup-npm-trusted-publish@v1.0.3
7878

7979
- name: Publish to npm
8080
run: npm publish --access public

0 commit comments

Comments
 (0)