Skip to content

Commit

Permalink
Use the correct checkout branch name for stable channel (#114)
Browse files Browse the repository at this point in the history
There seems to be a typo when BRANCH_NAME is set.
  • Loading branch information
vedhav authored Nov 30, 2023
1 parent 5c4feae commit d510bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
run: |
echo "BRANCH_NAME=dev" >> $GITHUB_ENV
if [ "${{ matrix.channel }}" == "stable" ]; then
echo "BRANCH_NAME=stable" >> $GITHUB_ENV
echo "BRANCH_NAME=main" >> $GITHUB_ENV
fi
- name: Setup job token 🔑
Expand Down

0 comments on commit d510bce

Please sign in to comment.