We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf98a19 commit cc32ccaCopy full SHA for cc32cca
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: changesets/action@v1
31
with:
32
# This expects you to have a script called release which does a build for your packages and calls changeset publish
33
- publish: yarn release && yarn format
+ publish: yarn release
34
commit: 'chore: update versions'
35
title: 'chore: update versions'
36
env:
0 commit comments