aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHarsh Shandilya <msfjarvis@gmail.com>2020-10-13 12:48:02 +0530
committerGitHub <noreply@github.com>2020-10-13 12:48:02 +0530
commit544ca59f4d985e92dd0b9872e8bd6288659be943 (patch)
tree283672fde875f7888ce44f6dee6b2da5ecfa04c4 /.github
parent591bb4e795114f99f4701b1982b0db0880e8370a (diff)
github: fix release draft workflow (#1152)
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/draft_new_release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/draft_new_release.yml b/.github/workflows/draft_new_release.yml
index 836efc3f..914e6182 100644
--- a/.github/workflows/draft_new_release.yml
+++ b/.github/workflows/draft_new_release.yml
@@ -29,7 +29,7 @@ jobs:
run: |
git config user.name "GitHub Actions"
git config user.email noreply@github.com
- git commit "Prepare release $RELEASE_VERSION"
+ git commit -am "Prepare release $RELEASE_VERSION"
- name: Create Pull Request
uses: repo-sync/pull-request@v2