Skip to content

Commit 4bf61b6

Browse files
committed
Fix release workflow
1 parent 0a83575 commit 4bf61b6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/release-workflow.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
needs: ci
15+
permissions:
16+
actions: read
17+
contents: read
18+
id-token: write
19+
environment:
20+
name: publish-packages
1521
steps:
1622
- uses: actions/checkout@v4
1723

0 commit comments

Comments
 (0)