Skip to content

Commit edb3b99

Browse files
authored
Merge pull request #79 from Commencis/bugfix/changeset-publish
fix: chageset publish step
2 parents d5e56e6 + dc5818a commit edb3b99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: changesets/action@v1
3434
with:
3535
version: pnpm run version
36-
publish: npx changesets publish
36+
publish: npx changeset publish
3737
commit: 'ci(release): version packages'
3838
title: 'ci(release): version packages'
3939
env:

0 commit comments

Comments
 (0)