From 838585fb4646815a84792a13932ef2421ba261e6 Mon Sep 17 00:00:00 2001
From: Ze-Zheng Wu <zezhengwu@proton.me>
Date: Sun, 28 Jan 2024 16:14:45 +0800
Subject: [PATCH] chore(ci): change changeset version command

---
 .github/workflows/release.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 8c8d0da..50d5f73 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -59,6 +59,7 @@ jobs:
         id: changesets
         uses: changesets/action@v1
         with:
+          version: npm run bump
           publish: npx changeset publish
           commit: "chore(release): v${{steps.package-version.outputs.current-version}}"
         env: