We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 881dcc3 commit 605eee7Copy full SHA for 605eee7
.github/workflows/release.yml
@@ -74,7 +74,7 @@ jobs:
74
run: npm version ${{ steps.version.outputs.version }} --no-git-tag-version --allow-same-version
75
76
- name: Setup npm for trusted publishing
77
- uses: azu/setup-npm-trusted-publish@v1
+ uses: azu/setup-npm-trusted-publish@v1.0.3
78
79
- name: Publish to npm
80
run: npm publish --access public
0 commit comments