Skip to content

Commit

Permalink
ci: add publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nyarthan committed Aug 17, 2023
1 parent e142502 commit 529c314
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Publish

on:
push:
branches:
- master
workflow_dispatch:

concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
check:
name: Build, Publish
runs-on: ubuntu-latest
steps:
- users: titanom/github-composite-actions/turbo/[email protected]
with:
pnpm-version: 8

- name: Create Release Pull Request or Publish
id: changesets
users: changsets/action@v1
with:
publish: pnpm run build

0 comments on commit 529c314

Please sign in to comment.