Skip to content

Commit a510897

Browse files
committed
fix permissions so that package can be added to github release
1 parent 2081d98 commit a510897

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ jobs:
1313
do_release:
1414
runs-on: ubuntu-latest
1515
permissions:
16-
contents: read
17-
id-token: write
16+
contents: write
1817
steps:
1918
- uses: actions/checkout@v4
2019
- name: setup node

0 commit comments

Comments
 (0)