Skip to content

Commit f2e817c

Browse files
committed
Set default commitish to master in release workflow
Updated the release-drafter action to explicitly set the default `commitish` to `master`. This ensures proper draft creation from the correct branch for consistent release management.
1 parent 1930fbf commit f2e817c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-draft.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,5 @@ jobs:
2323
- uses: release-drafter/release-drafter@v6
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
with:
27+
commitish: master

0 commit comments

Comments
 (0)