From 399a9f0235e6e49b50f64d045d1dd921092ee841 Mon Sep 17 00:00:00 2001 From: alvaro lorente Date: Wed, 28 Aug 2024 23:37:36 +0200 Subject: [PATCH] v0.1.0 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1a058ae..7e1adc4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: - name: 📦 Install dependencies run: npm install - name: 🚀 Publish app - run: eas update --channel dev --message "new main release" + run: eas update --channel dev --message "new main release" - name: 🚀 Build on EAS - if: startsWith(github.event.head_commit.message,'v1.') + if: startsWith(github.event.head_commit.message,'v0.') run: eas build --platform all --profile production --non-interactive --no-wait --auto-submit