Skip to content

Bump @typescript-eslint/eslint-plugin from 7.4.0 to 7.7.0 (#487) #191

Bump @typescript-eslint/eslint-plugin from 7.4.0 to 7.7.0 (#487)

Bump @typescript-eslint/eslint-plugin from 7.4.0 to 7.7.0 (#487) #191

name: Build and deploy prod
on:
workflow_dispatch:
push:
branches:
- 'master'
jobs:
sanity-deploy:
runs-on: ubuntu-latest
name: Deploy
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
- name: ⎔ Setup node
uses: actions/setup-node@v3
with:
cache: yarn
cache-dependency-path: ./package.json
node-version: 20
- name: Installer sanity
run: yarn global add @sanity/cli && sanity install
- name: Deploy sanity
env:
SANITY_AUTH_TOKEN: ${{ secrets.SANITY_DEPLOY_TOKEN }}
run: sanity deploy