From d1abef74376513084187abd3b85e9fb5085e14d6 Mon Sep 17 00:00:00 2001 From: Joel Wachsler Date: Mon, 11 Jul 2022 00:17:09 +0200 Subject: [PATCH] Update create release commit message --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fc05821..b4ac194 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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