Skip to content

Commit 15ed018

Browse files
authored
[CHORE] release drafter commitish 설정 값 추가
[CHORE] release drafter commitish 설정 값 추가
2 parents 3094ac7 + 9929497 commit 15ed018

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release_drafter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- uses: release-drafter/release-drafter@v7
2121
with:
2222
publish: ${{ github.event_name == 'push' }} # push(머지)시에만 실제 publish
23+
commitish: main
2324
env:
2425
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2526

0 commit comments

Comments
 (0)