From ad8a718b151e868c158fdeb63aa8f7de1b8a3113 Mon Sep 17 00:00:00 2001 From: iamjooon2 Date: Tue, 4 Jun 2024 21:28:01 +0900 Subject: [PATCH] test --- .github/workflows/build-test.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index e3672264..5eca0260 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -60,17 +60,17 @@ jobs: - name: install dependencies run: npm install - # eas를 통해 새로 빌드 후 반영 - - name: publish update - run: eas update --auto - # iphone testflight에 반영 - name: upload to ios run: eas submit --platform ios --latest --profile local --non-interactive # android에 반영 - - name: upload to android - run: eas submit --platform android --latest --profile local --non-interactive +# - name: upload to android + # run: eas submit --platform android --latest --profile local --non-interactive + + # eas를 통해 새로 빌드 후 반영 + - name: publish update + run: eas update --auto # 디스코드 웹훅 알림 전송 - name: Discord Webhook Action