We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent febb203 commit ad2f0c8Copy full SHA for ad2f0c8
2 files changed
.github/workflows/AUTO-RELEASE.yml
@@ -63,7 +63,7 @@ jobs:
63
echo "✅ Updated Makefile fallback version to: ${VERSION}"
64
65
- name: Create release branch and commit changes
66
- uses: ./
+ uses: devops-infra/action-commit-push@v0.11.1
67
with:
68
github_token: ${{ secrets.GITHUB_TOKEN }}
69
target_branch: release/${{ github.event.inputs.version }}
.github/workflows/AUTO-VERSION.yml
@@ -174,7 +174,7 @@ jobs:
174
175
176
177
178
179
180
target_branch: release/${{ needs.check_for_release.outputs.new_version }}
0 commit comments