mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 06:50:42 +00:00
Show release version instead of "Version bump"
This commit is contained in:
parent
5d7853c22e
commit
d9ce47e0dd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/create_release.yml
vendored
2
.github/workflows/create_release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue