Skip to content

Commit

Permalink
just to be safe
Browse files Browse the repository at this point in the history
  • Loading branch information
donn committed Feb 13, 2025
1 parent 4f83685 commit 56ca5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup_env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
- name: Check if publishing branch
shell: bash
run: |
if [[ "$BRANCH_NAME" == "main" || "$BRANCH_NAME" == dev || "$BRANCH_NAME" == version* ]]; then
if [[ "$BRANCH_NAME" == "main" || "$BRANCH_NAME" == "dev" || "$BRANCH_NAME" == version* ]]; then
echo "PUBLISHING_BRANCH=1" >> $GITHUB_ENV
fi
Expand Down

0 comments on commit 56ca5db

Please sign in to comment.