Skip to content

Commit

Permalink
chore: Autodeploy to q1-2024 backend branch (#16583)
Browse files Browse the repository at this point in the history
  • Loading branch information
atomrc committed Jan 22, 2024
1 parent 595d7a0 commit e11ff03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@ jobs:
wire_builds_target_branches='["dev"]'
fi
if [ "$version_tag" == "release/q1-2024" ]; then
wire_builds_target_branches='["q1-2024"]'
fi
echo "wire_builds_target_branches: $wire_builds_target_branches"
echo "wire_builds_target_branches=$wire_builds_target_branches" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit e11ff03

Please sign in to comment.