Skip to content

Commit

Permalink
updated version command in changeset action
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatnema committed Dec 13, 2024
1 parent 4052884 commit 03adc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-with-changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
uses: changesets/action@v1
id: release
with:
version: npm run update:version
version: npm run bump:version
commit: "chore(release): release and bump versions of packages"
title: "chore(release): release and bump versions of packages"
publish: npx -p @changesets/cli@2.27.7 changeset publish
Expand Down

0 comments on commit 03adc2b

Please sign in to comment.