We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90cbdfa commit 3e5e0b8Copy full SHA for 3e5e0b8
1 file changed
.github/workflows/publish.yml
@@ -11,6 +11,7 @@ on:
11
- minor
12
- major
13
permissions:
14
+ id-token: write
15
contents: write
16
jobs:
17
publish:
@@ -30,6 +31,4 @@ jobs:
30
31
- run: git config --global user.name "y-infra"
32
- run: npm run release -- --release-as ${{ github.event.inputs.versionType }}
33
- run: npm publish
- env:
34
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
35
- run: git push --follow-tags
0 commit comments