Skip to content

Commit 3e5e0b8

Browse files
authored
fix: publish ci
1 parent 90cbdfa commit 3e5e0b8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- minor
1212
- major
1313
permissions:
14+
id-token: write
1415
contents: write
1516
jobs:
1617
publish:
@@ -30,6 +31,4 @@ jobs:
3031
- run: git config --global user.name "y-infra"
3132
- run: npm run release -- --release-as ${{ github.event.inputs.versionType }}
3233
- run: npm publish
33-
env:
34-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
3534
- run: git push --follow-tags

0 commit comments

Comments
 (0)