diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index e198198..87ee674 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 "Release ${{ github.event.inputs.version }}" + git commit -m "Version bump" - name: Push to main uses: CasperWA/push-protected@v2