diff --git a/.github/workflows/release-pipeline.yml b/.github/workflows/release-pipeline.yml index 817ccd0..434afa5 100644 --- a/.github/workflows/release-pipeline.yml +++ b/.github/workflows/release-pipeline.yml @@ -89,7 +89,7 @@ jobs: container_registry_password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }} - if: ${{ env.GITHUB_TOKEN != null && env.GITHUB_TOKEN != '' }} name: push-changes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: branch: ${{ env.BRANCH_PREFIX }}${{ env.VERSION }} commit_user_name: Release Bot