Skip to content

Revert "Update ci" #403

Revert "Update ci"

Revert "Update ci" #403

Workflow file for this run

name: build
on:
push:
tags:
- '**'
jobs:
build:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Setup npmrc
env:
GITHUB_TOKEN: ${{secrets.GH_PACKAGE_REGISTRY_TOKEN}}
run: |
echo "@npezza93:registry=https://npm.pkg.github.com/" >> .npmrc
echo "//npm.pkg.github.com/:_authToken=$GITHUB_TOKEN" >> .npmrc
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- name: Build
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
CSC_LINK: ${{ secrets.CSC_LINK }}
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
run: yarn dist