Skip to content

Commit 307b13a

Browse files
authored
ci: update release job (#33)
1 parent b612007 commit 307b13a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
release:
1414
permissions:
1515
contents: write
16+
id-token: write
1617
runs-on: ubuntu-latest
1718
steps:
1819
- name: Checkout
@@ -56,7 +57,6 @@ jobs:
5657
${{ steps.changelog.outputs.compareurl }}
5758
${{ steps.changelog.outputs.changelog }}
5859
59-
- uses: JS-DevTools/npm-publish@v3
60+
- uses: JS-DevTools/npm-publish@v4
6061
with:
61-
token: ${{ secrets.NPM_TOKEN }}
6262
access: public

0 commit comments

Comments
 (0)