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