Skip to content

Commit

Permalink
Update .github/workflows/deploy.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Vedha Viyash <[email protected]>
  • Loading branch information
vedhav authored Apr 10, 2024
1 parent 273e0b9 commit cfa1950
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=154-use-rcd@main" >> $GITHUB_ENV
echo "BRANCH_NAME=main" >> $GITHUB_ENV
fi
- name: Setup job token 🔑
Expand Down

0 comments on commit cfa1950

Please sign in to comment.