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 99cd5b7 + 042cb3f commit eb7fcefCopy full SHA for eb7fcef
.github/workflows/prep-release.yml
@@ -32,7 +32,7 @@ jobs:
32
id: newversion
33
run: python tools/release.py -u "${{ steps.changes.outputs.last-tag }}"
34
- name: Create pull request
35
- uses: peter-evans/create-pull-request@v7
+ uses: peter-evans/create-pull-request@v8
36
with:
37
commit-message: Updated version in package.json to latest
38
branch: update-version-in-package-json
0 commit comments