Skip to content

Commit

Permalink
[hotfix] Add contents write permission to allow creating a release (#…
Browse files Browse the repository at this point in the history
…3278)

add contents write permission to allow creating a release
  • Loading branch information
yunchu authored Apr 5, 2024
1 parent 6e33590 commit 1b279e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
runs-on: ubuntu-latest
permissions:
packages: write
contents: write
steps:
- name: Download artifacts
uses: actions/download-artifact@87c55149d96e628cc2ef7e6fc2aab372015aec85 # v4.1.3
Expand Down

0 comments on commit 1b279e8

Please sign in to comment.