Skip to content

Commit

Permalink
Fix base branch for Tag Release in code_freeze.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Apr 26, 2024
1 parent 4716e4e commit 447134c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/code_freeze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ jobs:
uses: ./.github/workflows/tag_release.yml
with:
asana-task-url: ${{ needs.create_release_branch.outputs.asana_task_url }}
base-branch: ${{ github.ref_name }}
branch: ${{ needs.create_release_branch.outputs.release_branch_name }}
prerelease: true
secrets:
Expand Down

0 comments on commit 447134c

Please sign in to comment.