Skip to content

Commit

Permalink
ci: script fix (#1908)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoGlastra committed Jun 20, 2024
1 parent 2c7c374 commit f5bcec1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ jobs:
uses: changesets/action@v1
with:
# This expects you to have a script called release which does a build for your packages and calls changeset publish
publish: pnpm build && pnpm changeset publish
publish: |
pnpm build
pnpm changeset publish
commit: 'chore(release): '
title: 'chore(release): '
env:
Expand Down

0 comments on commit f5bcec1

Please sign in to comment.