Skip to content

Commit

Permalink
source env
Browse files Browse the repository at this point in the history
  • Loading branch information
shocknet-justin committed Sep 13, 2024
1 parent a4a5519 commit 19c7176
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,9 @@ jobs:
echo "VERSION_CODE=$(git rev-list --count HEAD)" >> $GITHUB_ENV
- name: Run pre-build script
run: VERSION=${{ env.VERSION }} VERSION_CODE=${{ env.VERSION_CODE }} npm run prebuild
run: |
source .env
VERSION=${{ env.VERSION }} VERSION_CODE=${{ env.VERSION_CODE }} npm run prebuild
- name: Build Android app
run: ionic cap build android --no-interactive
Expand Down

0 comments on commit 19c7176

Please sign in to comment.