Skip to content

Commit b9c7ed0

Browse files
committed
updated github workflow
1 parent 86f60e3 commit b9c7ed0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ jobs:
7878
ghcr.io/uvarc/${{ env.BUILD_PROJ }}:${{ github.ref_name }}
7979
8080
- name: Push Version to Repository
81-
uses: stefanzweifel/git-auto-commit-action@v5
8281
if: github.ref != 'refs/heads/main'
82+
uses: stefanzweifel/git-auto-commit-action@v5
8383
with:
8484
commit_message: "[skip ci] Bump Version - ${{ env.NEW_VERSION }}"
8585
branch: main

0 commit comments

Comments
 (0)