Skip to content

Commit 3757df7

Browse files
committed
[build] Fix version creation command in workflow
1 parent 5653cd7 commit 3757df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/version-and-publish-next.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Create and publish versions
4444
uses: changesets/action@v1
4545
with:
46-
version: pnpm exec changeset pre enter next && pnpm ci:version
46+
version: pnpm ci:version
4747
publish: pnpm exec changeset publish --tag next
4848
commit: "[build] release"
4949
title: "[build] release"

0 commit comments

Comments
 (0)