Skip to content

Commit

Permalink
chore: fixed release workflow permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianKuesters committed Jul 10, 2024
1 parent d0fc470 commit 6496cd1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
permissions:
contents: "write"
packages: "write"
steps:
- name: Get version for next release
if: ${{ github.event.inputs.version == '' }}
Expand Down

0 comments on commit 6496cd1

Please sign in to comment.