Skip to content

Commit 8c926b9

Browse files
jeswrrubensworks
authored andcommitted
chore: Update release workflow to support Trusted Publishing
1 parent cbaa52d commit 8c926b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
packages: write
9595
issues: write
9696
pull-requests: write
97+
id-token: write
9798
steps:
9899
- uses: actions/checkout@v4
99100
- uses: actions/setup-node@v4
@@ -103,6 +104,5 @@ jobs:
103104
- run: npm run build
104105
- name: Release
105106
env:
106-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
107107
GITHUB_TOKEN: ${{ github.token }}
108-
run: npx semantic-release@22
108+
run: npx semantic-release@25

0 commit comments

Comments
 (0)