Skip to content

Commit 824629e

Browse files
authored
Merge pull request #16 from polywrap/origin-0.10-dev
chore: debugging release-pr workflow
2 parents e0b33fe + a5edc18 commit 824629e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,13 +131,13 @@ jobs:
131131
132132
- name: Create Pull Request
133133
id: cpr
134-
uses: peter-evans/create-pull-request@v3
134+
uses: peter-evans/create-pull-request@v5
135135
with:
136136
token: ${{ secrets.POLYWRAP_BUILD_BOT_PAT }}
137137
push-to-fork: ${{env.RELEASE_FORKS}}/${{github.event.pull_request.base.repo.name}}
138138
branch: release/origin-${{env.RELEASE_VERSION}}
139139
base: ${{github.event.pull_request.base.ref}}
140-
committer: ${{env.BUILD_BOT}} <${{env.BUILD_BOT}}@users.noreply.github.com>
140+
committer: GitHub <noreply@github.com>
141141
author: ${{env.BUILD_BOT}} <${{env.BUILD_BOT}}@users.noreply.github.com>
142142
commit-message: "${{env.RELEASE_VERSION}}"
143143
title: 'Polywrap Origin (${{env.RELEASE_VERSION}})'

0 commit comments

Comments
 (0)