Skip to content

Commit

Permalink
remove publish.yml to avoid ci warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreBresson committed Apr 22, 2024
1 parent 2e8b6f2 commit 205e8b8
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 30 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/publish.yml

This file was deleted.

33 changes: 32 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,35 @@ jobs:
- run: yarn install
- uses: borales/actions-yarn@v3.0.0
with:
cmd: ci
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

0 comments on commit 205e8b8

Please sign in to comment.