Skip to content

Commit

Permalink
Merge pull request #13 from dominant-strategies/cutrelease-branch-go
Browse files Browse the repository at this point in the history
fix the specified branch for the go cutrelease
  • Loading branch information
robertlincecum authored Feb 15, 2024
2 parents 6ecb046 + d446e70 commit bbb163b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cut-release-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ jobs:
with:
env: ${{ inputs.env }}
update_version_command: "echo \"v$(semver -i prerelease $(sed 's/^v//' VERSION) --preid=rc)\" > VERSION"
branch: ${{ needs.cutReleaseCandidateJS.outputs.branch }}
branch: ${{ needs.cutReleaseCandidateGo.outputs.branch }}
rails: '[[ "$VERSION" =~ "rc" ]]'
update_version: true
cloud_deploy: ${{ inputs.cloud_deploy }}
Expand Down

0 comments on commit bbb163b

Please sign in to comment.