Skip to content

Commit

Permalink
fix PR creation in release workflow (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwyattii authored Dec 1, 2023
1 parent 23edaf2 commit d77130a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.GH_PAT }}
add-paths: |
version.txt
body: |
Expand Down

0 comments on commit d77130a

Please sign in to comment.