Skip to content

Deprecate: @techor/one-linear #222

Deprecate: @techor/one-linear

Deprecate: @techor/one-linear #222

Workflow file for this run

name: Release
on:
push:
branches:
- main
- beta
jobs:
release:
timeout-minutes: 15
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "pnpm"
- run: pnpm install
- run: pnpm run build
- uses: lewagon/[email protected]
with:
ref: ${{ github.ref }}
running-workflow-name: wait-for-check-regexp
check-regexp: lint|test|commit-check|type-check
repo-token: ${{ secrets.GITHUB_TOKEN }}
wait-interval: 10
- run: pnpm exec semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}