Skip to content

Release v2.8.0 - staging → main #225

Release v2.8.0 - staging → main

Release v2.8.0 - staging → main #225

Workflow file for this run

name: ci
on:
push:
branches:
- main
pull_request:
jobs:
build-design-language-system:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18.18.0"
registry-url: https://registry.npmjs.org/
- run: yarn install --frozen-lockfile
- run: yarn run generate
- uses: JS-DevTools/npm-publish@v2
with:
access: public
dry-run: false
token: ${{ secrets.NPM }}