Skip to content

Commit 77fe6a7

Browse files
authored
Merge pull request #100 from ccagml/main
update
2 parents c347b43 + d9a4323 commit 77fe6a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
git push
3838
jobB:
3939
name: createPr
40-
needs: version
40+
needs: jobA
4141
runs-on: ubuntu-latest
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
@@ -49,7 +49,7 @@ jobs:
4949
gh pr create -B main --title 'Merge release${{ github.event.inputs.tag }} into main' --body 'Created by Github action'
5050
linux:
5151
name: Linux
52-
needs: createPr
52+
needs: jobB
5353
runs-on: ubuntu-latest
5454
timeout-minutes: 30
5555
if: ${{ github.event.inputs.market }}

0 commit comments

Comments
 (0)