diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml deleted file mode 100644 index fb38a725..00000000 --- a/.github/workflows/publish.yml +++ /dev/null @@ -1,29 +0,0 @@ -# name: Expo Publish -# on: -# push: -# tags: -# - "v*" -# jobs: -# publish: -# runs-on: ubuntu-latest -# steps: -# - name: 🏗 Setup repo -# uses: actions/checkout@v2 - -# - name: 🏗 Setup Node -# uses: actions/setup-node@v2 -# with: -# node-version: 16.x -# cache: yarn - -# - name: 🏗 Setup Expo -# uses: expo/expo-github-action@v7 -# with: -# expo-version: latest -# token: ${{ secrets.EXPO_TOKEN }} - -# - name: 📦 Install dependencies -# run: yarn install - -# - name: 🚀 Publish app -# run: expo publish --non-interactive diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ac5d9671..3589b5d0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,4 +13,35 @@ jobs: - run: yarn install - uses: borales/actions-yarn@v3.0.0 with: - cmd: ci \ No newline at end of file + cmd: ci + +# publish.yml +# name: Expo Publish +# on: +# push: +# tags: +# - "v*" +# jobs: +# publish: +# runs-on: ubuntu-latest +# steps: +# - name: 🏗 Setup repo +# uses: actions/checkout@v2 + +# - name: 🏗 Setup Node +# uses: actions/setup-node@v2 +# with: +# node-version: 16.x +# cache: yarn + +# - name: 🏗 Setup Expo +# uses: expo/expo-github-action@v7 +# with: +# expo-version: latest +# token: ${{ secrets.EXPO_TOKEN }} + +# - name: 📦 Install dependencies +# run: yarn install + +# - name: 🚀 Publish app +# run: expo publish --non-interactive