Skip to content

Commit

Permalink
fix write permission
Browse files Browse the repository at this point in the history
  • Loading branch information
kingosticks authored Feb 29, 2024
1 parent cd8d279 commit f7c9f1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/do-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
name: Prepeare release
needs: build
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Download everything we built
uses: actions/download-artifact@v4
Expand Down

0 comments on commit f7c9f1a

Please sign in to comment.