Skip to content

Commit 86729fb

Browse files
committed
Fixing dp cli
1 parent 1d4d554 commit 86729fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
git push -u origin release-${{ steps.bump_version.outputs.package_version }}
4545
- name: Open a PR to merge the release to main
4646
id: open_pr
47-
uses: vsoch/pull-request-action@1.0.12
47+
uses: vsoch/pull-request-action@1.1.0
4848
env:
4949
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5050
PULL_REQUEST_BRANCH: main

0 commit comments

Comments
 (0)