use version in release commit

This commit is contained in:
Vadim 2024-04-10 21:59:57 +02:00
parent 03e9dfade2
commit 513b13eb96

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 "Version bump"
git commit -m "Release ${{ github.event.inputs.version }}"
- name: Push to main
uses: CasperWA/push-protected@v2