Skip to content

Commit

Permalink
Fix release creation step (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval authored Apr 15, 2024
1 parent 0be9738 commit 0372972
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
publish:
runs-on: ubuntu-latest
permissions:
# IMPORTANT: this permission is mandatory for the release-action
contents: write
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
steps:
Expand Down

0 comments on commit 0372972

Please sign in to comment.