Skip to content

Commit bd14539

Browse files
authored
Merge pull request #104 from ccagml/main
upadte
2 parents 3cc34c1 + 5b6d4e2 commit bd14539

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

+5
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)