Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 544ca59

Browse files
authored
github: fix release draft workflow (#1152)
Signed-off-by: Harsh Shandilya <[email protected]>
1 parent 591bb4e commit 544ca59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/draft_new_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
git config user.name "GitHub Actions"
3131
git config user.email [email protected]
32-
git commit "Prepare release $RELEASE_VERSION"
32+
git commit -am "Prepare release $RELEASE_VERSION"
3333
3434
- name: Create Pull Request
3535
uses: repo-sync/pull-request@v2

0 commit comments

Comments
 (0)