diff --git a/.github/workflows/AUTO-RELEASE.yml b/.github/workflows/AUTO-RELEASE.yml index e2865be..09286a1 100644 --- a/.github/workflows/AUTO-RELEASE.yml +++ b/.github/workflows/AUTO-RELEASE.yml @@ -63,7 +63,7 @@ jobs: echo "✅ Updated Makefile fallback version to: ${VERSION}" - name: Create release branch and commit changes - uses: ./ + uses: devops-infra/action-commit-push@v0.11.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} target_branch: release/${{ github.event.inputs.version }} diff --git a/.github/workflows/AUTO-VERSION.yml b/.github/workflows/AUTO-VERSION.yml index 3067ea7..af464ae 100644 --- a/.github/workflows/AUTO-VERSION.yml +++ b/.github/workflows/AUTO-VERSION.yml @@ -174,7 +174,7 @@ jobs: echo "✅ Updated Makefile fallback version to: ${VERSION}" - name: Create release branch and commit changes - uses: ./ + uses: devops-infra/action-commit-push@v0.11.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} target_branch: release/${{ needs.check_for_release.outputs.new_version }}