Skip to content

Commit abf975b

Browse files
authored
Merge pull request #60 from garoon/GTM-19866_fix_pnpm_publish
GTM-19866: Fix pnpm publish
2 parents abc2bd0 + f06432f commit abf975b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ jobs:
100100
- validate-versions
101101
if: needs.check-draft.outputs.draft_exists == 'true'
102102
runs-on: ubuntu-latest
103+
permissions:
104+
contents: read
105+
id-token: write
103106
steps:
104107
- name: Checkout repository
105108
uses: actions/checkout@v5

0 commit comments

Comments
 (0)