We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86f60e3 commit b9c7ed0Copy full SHA for b9c7ed0
1 file changed
.github/workflows/main.yaml
@@ -78,8 +78,8 @@ jobs:
78
ghcr.io/uvarc/${{ env.BUILD_PROJ }}:${{ github.ref_name }}
79
80
- name: Push Version to Repository
81
- uses: stefanzweifel/git-auto-commit-action@v5
82
if: github.ref != 'refs/heads/main'
+ uses: stefanzweifel/git-auto-commit-action@v5
83
with:
84
commit_message: "[skip ci] Bump Version - ${{ env.NEW_VERSION }}"
85
branch: main
0 commit comments