Skip to content

chore: disable all github actions #1

chore: disable all github actions

chore: disable all github actions #1

# name: Publish - OTA Release
# on:
# workflow_dispatch:
# push:
# branches:
# - 'main'
# concurrency:
# group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.ref }}
# cancel-in-progress: true
# jobs:
# release-mobile:
# runs-on: ubuntu-latest
# env:
# TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
# TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
# steps:
# - name: πŸ— Setup repository
# uses: actions/checkout@v3
# - name: πŸ— Setup monorepo
# uses: ./.github/actions/setup-monorepo
# with:
# expo-token: ${{ secrets.EXPO_TOKEN }}
# - name: πŸ“¦ Build packages for mobile
# run: pnpm run build:mobile
# - name: πŸš€ Publish production update for mobile
# working-directory: apps/mobile
# run: eas update --non-interactive --channel=production --message=release-${{ github.sha }}
# # release-api:
# # runs-on: ubuntu-latest
# # env:
# # TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
# # TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
# # RAILWAY_TOKEN: ${{ secrets.RAILWAY_TOKEN }}
# # steps:
# # - name: πŸ— Setup repository
# # uses: actions/checkout@v3
# # - name: πŸ— Setup monorepo
# # uses: ./.github/actions/setup-monorepo
# # - name: πŸ— Setup Railway
# # run: pnpm install --global @railway/[email protected]
# # - name: πŸ“¦ Build packages for api
# # run: pnpm run build:api
# # - name: πŸš€ Publish production update for api
# # run: RAILWAY_TOKEN=$RAILWAY_TOKEN railway up