There was an error while loading. Please reload this page.
1 parent 58c8518 commit c99253aCopy full SHA for c99253a
1 file changed
.github/workflows/release.yml
@@ -3,7 +3,11 @@ name: Release
3
on:
4
push:
5
tags:
6
- - 'v**'
+ - "v**"
7
+
8
+permissions:
9
+ id-token: write
10
+ contents: read
11
12
jobs:
13
release:
@@ -32,8 +36,6 @@ jobs:
32
36
33
37
- name: Publish
34
38
run: pnpm publish --access public --no-git-checks
35
- env:
- NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}
39
40
- run: npx changelogithub
41
env:
0 commit comments