Skip to content

Commit

Permalink
build: use prod config
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-hector committed Oct 13, 2023
1 parent 25dcd33 commit d3e8d8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CICD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -388,8 +388,8 @@ jobs:
echo "APP_ENV=production" >> $GITHUB_ENV
echo "RELEASE_STATUS=completed" >> $GITHUB_ENV
else
echo "APP_ENV=production" >> $GITHUB_ENV
echo "RELEASE_STATUS=draft" >> $GITHUB_ENV
echo "APP_ENV=production" >> $GITHUB_ENV
echo "RELEASE_STATUS=draft" >> $GITHUB_ENV
fi
echo "BUILD_NUMBER=$(echo $((GITHUB_RUN_NUMBER+2000)))" >> $GITHUB_ENV
- name: Bump version to v${{ env.APP_VERSION }}
Expand Down

0 comments on commit d3e8d8a

Please sign in to comment.