Skip to content

Commit

Permalink
Merge pull request #115 from wemogy/fix/release-workflow
Browse files Browse the repository at this point in the history
chore: improved release workflow
  • Loading branch information
SebastianKuesters authored Aug 21, 2024
2 parents d36860a + e96087a commit 769c205
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 769c205

Please sign in to comment.