Skip to content

Commit

Permalink
fix: use the branch where the file exists 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed Apr 23, 2024
1 parent e16a19c commit 9333226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ jobs:
- safety
channel:
- stable
- dev
# - dev #TODO: uncomment before merge and change branch name from `check_errors@main` to `main`
steps:
- name: Set channel related constants
run: |
echo "BRANCH_NAME=dev" >> $GITHUB_ENV
if [ "${{ matrix.channel }}" == "stable" ]; then
echo "BRANCH_NAME=main" >> $GITHUB_ENV
echo "BRANCH_NAME=check_errors@main" >> $GITHUB_ENV
fi
- name: Setup job token 🔑
Expand Down

0 comments on commit 9333226

Please sign in to comment.