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 77e151b commit 0123d41Copy full SHA for 0123d41
.github/workflows/push-tag.yml
@@ -64,10 +64,7 @@ jobs:
64
uses: dev-hanz-ops/[email protected]
65
66
- 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: "---"
+ run: |
+ gh pr create --title "chore(release): wrapper-${{ inputs.version }}" --body "---" --base "main"
+ env:
+ GITHUB_TOKEN: ${{ steps.app-token.outputs.token }}
0 commit comments