Skip to content

chore(deps-dev): bump expo-module-scripts from 3.1.0 to 3.4.0 #56

chore(deps-dev): bump expo-module-scripts from 3.1.0 to 3.4.0

chore(deps-dev): bump expo-module-scripts from 3.1.0 to 3.4.0 #56

Workflow file for this run

name: Main
on:
- push
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- run: npm ci
- run: yarn lint
publish:
name: Publish
runs-on: ubuntu-latest
needs: test
if: "!contains(github.event.head_commit.message, 'ci skip') && !contains(github.event.head_commit.message, 'skip ci')"
environment:
name: npm
url: https://www.npmjs.com/package/expo-alternate-app-icons
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.GH_TOKEN }}
- run: git fetch --unshallow --tags
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'npm'
- run: npm ci
- env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx auto shipit