Skip to content

Commit aea0a99

Browse files
authored
merge mainした状態じゃないとダメじゃね (#6)
1 parent 937d093 commit aea0a99

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/tagged_release_test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ jobs:
1212
env:
1313
BODY: ${{ github.event.comment.body }}
1414
- uses: actions/checkout@v3
15+
- if: ${{ github.event.issue.pull_request != null }}
16+
run: gh pr checkout ${PR_NUMBER}
17+
env:
18+
PR_NUMBER: ${{ github.event.issue.number }}
19+
- if: ${{ github.event.issue.pull_request != null }}
20+
run: git merge --no-ff origin/main
1521
- id: download-voicevox_core
1622
uses: sevenc-nanashi/setup-voicevox@v0.1.0
1723
with:

0 commit comments

Comments
 (0)