Skip to content

Commit

Permalink
chore: temporarily rename the stable commit branch
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed Sep 26, 2023
1 parent 4f3dd5a commit 685ae6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Set channel related constants
run: |
if [ "${{ matrix.channel }}" = "stable" ]; then
echo "BRANCH_NAME=deploy-apps@main" >> $GITHUB_ENV # TODO: Change the branch name to main
echo "BRANCH_NAME=69-fix-false-positive-icon" >> $GITHUB_ENV # TODO: Change the branch name to main
else
echo "BRANCH_NAME=deploy-apps@dev" >> $GITHUB_ENV # TODO: Change the branch name to deval
fi
Expand Down

0 comments on commit 685ae6e

Please sign in to comment.