Skip to content

fix: adapt to db-lib #67

fix: adapt to db-lib

fix: adapt to db-lib #67

Workflow file for this run

name: release
on:
push:
branches: [master, next, act]
env:
NODE_OPTIONS: --max-old-space-size=3200
jobs:
release-job:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'skip ci')"
steps:
- { uses: actions/checkout@v4, with: { persist-credentials: true } }
- { uses: actions/setup-node@v4, with: { node-version: 'lts/*', cache: 'yarn' } }
# Cache for npm/npx in ~/.npm
- uses: actions/cache@v4
with:
path: ~/.npm
key: npm-v1-${{ runner.os }}
- name: yarn
run: yarn --frozen-lockfile
- name: build
run: yarn build
- name: release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npx @naturalcycles/semantic-release