mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 15:00:40 +00:00
parent
513b13eb96
commit
9e19e8124f
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 "Release ${{ github.event.inputs.version }}"
|
||||
git commit -m "Version bump"
|
||||
|
||||
- name: Push to main
|
||||
uses: CasperWA/push-protected@v2
|
||||
|
|
Loading…
Reference in a new issue