github: fix release draft workflow (#1152)

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya
2020-10-13 12:48:02 +05:30
committed by GitHub
parent 591bb4e795
commit 544ca59f4d

View File

@@ -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