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