Skip to content

Merge branch 'beta' of https://github.com/master-co/css into beta #497

Merge branch 'beta' of https://github.com/master-co/css into beta

Merge branch 'beta' of https://github.com/master-co/css into beta #497

Workflow file for this run

name: Release
on:
push:
branches:
- main
- beta
jobs:
release:
timeout-minutes: 40
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.17.0
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 }}
VSCE_PAT: ${{ secrets.VSCE_PAT }}