Skip to content

Commit c99253a

Browse files
committed
ci: update release
1 parent 58c8518 commit c99253a

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ name: Release
33
on:
44
push:
55
tags:
6-
- 'v**'
6+
- "v**"
7+
8+
permissions:
9+
id-token: write
10+
contents: read
711

812
jobs:
913
release:
@@ -32,8 +36,6 @@ jobs:
3236

3337
- name: Publish
3438
run: pnpm publish --access public --no-git-checks
35-
env:
36-
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}
3739

3840
- run: npx changelogithub
3941
env:

0 commit comments

Comments
 (0)