Skip to content

Commit

Permalink
test: check main deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed Apr 9, 2024
1 parent 64d9e1f commit 2e92116
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 @@ -60,7 +60,7 @@ jobs:
run: |
echo "BRANCH_NAME=dev" >> $GITHUB_ENV
if [ "${{ matrix.channel }}" == "stable" ]; then
echo "BRANCH_NAME=main" >> $GITHUB_ENV
echo "BRANCH_NAME=154-use-rcd@main" >> $GITHUB_ENV
fi
- name: Setup job token 🔑
Expand Down

0 comments on commit 2e92116

Please sign in to comment.