We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b7e6c0 + 7a23551 commit 72511c6Copy full SHA for 72511c6
.github/workflows/release_prep.yml
@@ -37,7 +37,7 @@ jobs:
37
git commit -m "Release prep v${{ github.event.inputs.version }}"
38
39
- name: Create Pull Request
40
- uses: peter-evans/create-pull-request@v7
+ uses: peter-evans/create-pull-request@v8
41
with:
42
token: ${{ secrets.GITHUB_TOKEN }}
43
commit-message: "Release prep v${{ github.event.inputs.version }}"
0 commit comments