From 513b13eb964542db826adf9f5dcc4681bf575e04 Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Wed, 10 Apr 2024 21:59:57 +0200 Subject: [PATCH] use version in release commit --- .github/workflows/create_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 87ee674..e198198 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -100,7 +100,7 @@ jobs: git config --local user.email "github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" git add -A - git commit -m "Version bump" + git commit -m "Release ${{ github.event.inputs.version }}" - name: Push to main uses: CasperWA/push-protected@v2