File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6363 echo "✅ Updated Makefile fallback version to: ${VERSION}"
6464
6565 - name : Create release branch and commit changes
66- uses : ./
66+ uses : devops-infra/action-commit-push@v0.11.1
6767 with :
6868 github_token : ${{ secrets.GITHUB_TOKEN }}
6969 target_branch : release/${{ github.event.inputs.version }}
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ jobs:
174174 echo "✅ Updated Makefile fallback version to: ${VERSION}"
175175
176176 - name : Create release branch and commit changes
177- uses : ./
177+ uses : devops-infra/action-commit-push@v0.11.1
178178 with :
179179 github_token : ${{ secrets.GITHUB_TOKEN }}
180180 target_branch : release/${{ needs.check_for_release.outputs.new_version }}
You can’t perform that action at this time.
0 commit comments