Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarolorentedev committed Aug 29, 2024
1 parent 2c81afb commit 121f16a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo $ANDROID_JSON_BASE64 | base64 --decode > ./release/android.json
echo $APPLE_P8_BASE64 | base64 --decode > ./release/apple.p8
- name: 🚀 Publish app
run: eas update --channel dev --message "new main release"
run: eas update --channel production --message "new main release"
- name: 🚀 Build on EAS
if: startsWith(github.event.head_commit.message,'v0.')
run: eas build --platform android --profile production --non-interactive --no-wait --auto-submit

0 comments on commit 121f16a

Please sign in to comment.