We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf76b9 commit 0da8a51Copy full SHA for 0da8a51
.github/workflows/version.yml
@@ -31,7 +31,7 @@ jobs:
31
- run: npm ci
32
- run: npm version $VERSION
33
- name: NPM Publish
34
- uses: JS-DevTools/npm-publish@v2
+ uses: JS-DevTools/npm-publish@v3
35
with:
36
token: ${{ secrets.NPM_TOKEN }}
37
- run: |
0 commit comments