Skip to content

Commit 5b6d4e2

Browse files
committed
upadte
1 parent b6f1dcb commit 5b6d4e2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ jobs:
4444
git add .
4545
git commit -m ${{ github.event.inputs.change }}
4646
git push
47+
- name: needpr
48+
if: ${{ github.event.inputs.pr }}
49+
run: |
50+
gh pr create -B main --title 'Merge release${{ github.event.inputs.tag }} into main' --body 'Created by Github action'
51+
4752
- name: finish
4853
run: |
4954
ls

0 commit comments

Comments
 (0)