Skip to content

Commit 8269ff7

Browse files
committed
chore: fix release script
1 parent b9bf257 commit 8269ff7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,8 @@ jobs:
3636
id: changesets
3737
uses: changesets/action@v1
3838
with:
39-
# This expects you to have a script called release which does a build for your packages and calls changeset publish
40-
publish: pnpm changeset:release
4139
version: pnpm changeset:version
40+
publish: pnpm changeset:publish
4241
env:
4342
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4443
NPM_CONFIG_PROVENANCE: true

0 commit comments

Comments
 (0)