We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b612007 commit 307b13aCopy full SHA for 307b13a
1 file changed
.github/workflows/release.yml
@@ -13,6 +13,7 @@ jobs:
13
release:
14
permissions:
15
contents: write
16
+ id-token: write
17
runs-on: ubuntu-latest
18
steps:
19
- name: Checkout
@@ -56,7 +57,6 @@ jobs:
56
57
${{ steps.changelog.outputs.compareurl }}
58
${{ steps.changelog.outputs.changelog }}
59
- - uses: JS-DevTools/npm-publish@v3
60
+ - uses: JS-DevTools/npm-publish@v4
61
with:
- token: ${{ secrets.NPM_TOKEN }}
62
access: public
0 commit comments