Revert "use version in release commit"

This reverts commit 513b13eb96.
This commit is contained in:
Vadim 2024-04-10 22:05:18 +02:00
parent 513b13eb96
commit 9e19e8124f

View file

@ -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