Skip to content

Commit

Permalink
Merge pull request #53 from hyperledger-labs/release-action
Browse files Browse the repository at this point in the history
Fix permission of the release job
  • Loading branch information
jimthematrix authored Sep 3, 2024
2 parents f56aa80 + b9013b9 commit 8547ca5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ jobs:
needs:
- build
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Download Artifacts
id: download
Expand Down

0 comments on commit 8547ca5

Please sign in to comment.