Skip to content

Commit

Permalink
Merge pull request #8 from Bizordec/develop
Browse files Browse the repository at this point in the history
ci: Fix permission issue in Release CI step
  • Loading branch information
Bizordec authored Aug 6, 2023
2 parents 3f3fe3c + 5a29b2c commit b9e7276
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/bumpversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
if: "!startsWith(github.event.head_commit.message, 'bump:')"
runs-on: ubuntu-latest
name: "Bump version and create changelog with commitizen"
permissions:
contents: write
steps:
- name: Check out
uses: actions/checkout@v3
Expand Down

0 comments on commit b9e7276

Please sign in to comment.