There was an error while loading. Please reload this page.
2 parents 3094ac7 + 9929497 commit 15ed018Copy full SHA for 15ed018
1 file changed
.github/workflows/release_drafter.yml
@@ -20,6 +20,7 @@ jobs:
20
- uses: release-drafter/release-drafter@v7
21
with:
22
publish: ${{ github.event_name == 'push' }} # push(머지)시에만 실제 publish
23
+ commitish: main
24
env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
0 commit comments