Skip to content

Commit

Permalink
fix: 🐛 allow release workflow to upload assets
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Aug 21, 2021
1 parent 9bda895 commit c399f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: read
contents: write
packages: write
steps:
- name: Checkout repository
Expand Down

0 comments on commit c399f19

Please sign in to comment.