Update create release commit message

This commit is contained in:
Joel Wachsler 2022-07-11 00:17:09 +02:00
parent a98eaf3d8e
commit d1abef7437

View File

@ -39,7 +39,7 @@ jobs:
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
git commit -am "Prepare version"
git commit -am "Create release ${{ steps.vars.outputs.result }}"
- name: Push changes
uses: ad-m/github-push-action@master