Skip to content

feat(docs): refine flow explorer routine model (#43) #43

feat(docs): refine flow explorer routine model (#43)

feat(docs): refine flow explorer routine model (#43) #43

Workflow file for this run

name: Release
on:
push:
branches:
- master
permissions:
contents: write
pull-requests: write
id-token: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: false
jobs:
release:
name: Version or Publish
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Set up Node.js and Yarn
uses: ./.github/actions/setup-yarn
- name: Install dependencies
run: yarn install --immutable
- name: Build
run: yarn build
- name: Create release pull request
uses: changesets/action@v1
with:
version: yarn version-packages
publish: yarn release
commit: "chore: version packages"
title: "chore: version packages"