Skip to content

Commit

Permalink
use correct command
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Oct 23, 2023
1 parent d0fe902 commit 5fac200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: yarn build
- name: Version packages
id: 'versioning'
run: yarn version --snapshot alpha
run: yarn changeset version --snapshot alpha
# when there are version changes "All files have been updated. Review them and commit at your leisure"
# when there are no version changes "No unreleased changesets found, exiting"
- name: Publish packages
Expand Down

0 comments on commit 5fac200

Please sign in to comment.