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.
1 parent 1d4d554 commit 86729fbCopy full SHA for 86729fb
.github/workflows/prepare-release.yml
@@ -44,7 +44,7 @@ jobs:
44
git push -u origin release-${{ steps.bump_version.outputs.package_version }}
45
- name: Open a PR to merge the release to main
46
id: open_pr
47
- uses: vsoch/pull-request-action@1.0.12
+ uses: vsoch/pull-request-action@1.1.0
48
env:
49
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50
PULL_REQUEST_BRANCH: main
0 commit comments