Show release version instead of "Version bump"

This commit is contained in:
Vadim 2024-04-15 18:27:56 +02:00
parent 5d7853c22e
commit d9ce47e0dd

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 v${{ inputs.version }}"
- name: Push to main
uses: CasperWA/push-protected@v2