Skip to content

Commit

Permalink
chore: update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dohooo committed Nov 25, 2024
1 parent 70a171b commit b093d47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ permissions:

jobs:
setup:
if: "!contains(github.event.pull_request.title, 'release: version packages')"
name: Setup & Code Quality
runs-on: ubuntu-latest
timeout-minutes: 10
Expand Down Expand Up @@ -61,6 +62,7 @@ jobs:
run: yarn types

build-and-test:
if: "!contains(github.event.pull_request.title, 'release: version packages')"
name: Build & Test
needs: setup
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
uses: changesets/action@v1
with:
publish: npx changeset publish
commit: 'release: version packages'
title: 'release: version packages'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit b093d47

Please sign in to comment.