Skip to content

Commit

Permalink
feat: production baby again
Browse files Browse the repository at this point in the history
  • Loading branch information
NeOMakinG committed Mar 2, 2025
1 parent 582fbac commit c597a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cloudflare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo "CURRENT_BRANCH_NAME=${{ github.ref_name }}" >> ${GITHUB_ENV}
- name: Determine Build Mode
run: |
if [[ "${{ github.ref_name }}" == "gome" || [[ "${{ github.ref_name }}" == "main" || "${{ github.ref_name }}" == "release" ]]; then
if [[ "${{ github.ref_name }}" == "gome" || "${{ github.ref_name }}" == "main" || "${{ github.ref_name }}" == "release" ]]; then
echo "BUILD_MODE=production" >> ${GITHUB_ENV}
elif [[ "${{ github.ref_name }}" == "private" ]]; then
echo "BUILD_MODE=private" >> ${GITHUB_ENV}
Expand Down

0 comments on commit c597a50

Please sign in to comment.