Skip to content

Merge branch 'master' of github.com:igorkamyshev/farfetched #444

Merge branch 'master' of github.com:igorkamyshev/farfetched

Merge branch 'master' of github.com:igorkamyshev/farfetched #444

Workflow file for this run

name: Release
on:
push:
branches:
- master
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: 'pnpm'
- run: pnpm install --frozen-lockfile
- run: |
echo "//registry.npmjs.org/:_authToken="${{secrets.NPM_TOKEN}}"" > ~/.npmrc
shell: sh
- run: pnpm run -r build
- run: pnpm -r publish --no-git-checks