Skip to content

Commit

Permalink
fix bug in cut minor release that was using hard coded main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlincecum committed Mar 22, 2024
1 parent e6d49f7 commit 6926f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cut-minor-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
call-common-workflow:
uses: dominant-strategies/quai-cicd/.github/workflows/cut-release-common.yml@main
with:
branch: main
branch: ${{ github.event.inputs.branch }}
needs_build: true
build_command: "[ -f network.env.dist ] && mv network.env.dist network.env; make go-quai"
needs_docker: false
Expand Down

0 comments on commit 6926f9b

Please sign in to comment.