Skip to content

Commit c347b43

Browse files
authored
Merge pull request #99 from ccagml/main
update
2 parents d73d37f + cb796fb commit c347b43

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121

2222
jobs:
2323
jobA:
24-
name: Linux
24+
name: version
2525
runs-on: ubuntu-latest
2626
if: github.event.inputs.tag != '' && github.event.inputs.change != ''
2727
steps:
@@ -37,6 +37,7 @@ jobs:
3737
git push
3838
jobB:
3939
name: createPr
40+
needs: version
4041
runs-on: ubuntu-latest
4142
env:
4243
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -48,6 +49,7 @@ jobs:
4849
gh pr create -B main --title 'Merge release${{ github.event.inputs.tag }} into main' --body 'Created by Github action'
4950
linux:
5051
name: Linux
52+
needs: createPr
5153
runs-on: ubuntu-latest
5254
timeout-minutes: 30
5355
if: ${{ github.event.inputs.market }}

0 commit comments

Comments
 (0)