From 03adc2b106a04e6b132faaf33c87cd946893b1ca Mon Sep 17 00:00:00 2001 From: akshatnema Date: Fri, 13 Dec 2024 21:29:33 +0530 Subject: [PATCH] updated version command in changeset action --- .github/workflows/release-with-changesets.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-with-changesets.yml b/.github/workflows/release-with-changesets.yml index 989f7c33867..a05e09c79da 100644 --- a/.github/workflows/release-with-changesets.yml +++ b/.github/workflows/release-with-changesets.yml @@ -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