Skip to content

Commit 0123d41

Browse files
fix: try the original gh pr
1 parent 77e151b commit 0123d41

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/push-tag.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,7 @@ jobs:
6464
uses: dev-hanz-ops/[email protected]
6565

6666
- name: Create pull request into main
67-
uses: thomaseizinger/[email protected]
68-
with:
69-
github_token: ${{ steps.app-token.outputs.token }}
70-
head: release/wrapper/${{ inputs.version }}
71-
base: main
72-
title: "chore(release) wrapper-${{ inputs.version }}"
73-
body: "---"
67+
run: |
68+
gh pr create --title "chore(release): wrapper-${{ inputs.version }}" --body "---" --base "main"
69+
env:
70+
GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)