Skip to content

Commit 4165f9e

Browse files
authored
fix(typescript): Fix github release creation (#989)
1 parent 7b7f84d commit 4165f9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clients/typescript/.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ on:
55
tags:
66
- '*'
77
permissions:
8-
id-token: write
9-
contents: read
8+
id-token: write # needed to publish to npm
9+
contents: write # needed to create a release
1010
jobs:
1111
release:
1212
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)