Skip to content

Commit 45f914e

Browse files
authored
Merge pull request #199 from imaginer-dev/release
fix: drafter ์ˆ˜์ •
2 parents 686cdd4 + 5e2d78b commit 45f914e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

โ€Ž.github/workflows/release-drafter.ymlโ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- uses: release-drafter/release-drafter@v6
3636
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
3737
with:
38-
config-name: drafter-config.yml
38+
config-name: release-drafter.yml
3939
# disable-autolabeler: true
4040
env:
41-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
ย (0)