From 6201428373593d21985d20bd19e1c6bc8c7aa5bf Mon Sep 17 00:00:00 2001 From: danilo neves cruz Date: Wed, 4 Dec 2024 23:58:11 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20github:=20update=20lockfile=20af?= =?UTF-8?q?ter=20versioning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index bd723b8a5..2cc21d1a1 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,5 +22,6 @@ jobs: with: title: 🔖 new release publish: pnpm changeset publish + version: bash -c "pnpm changeset version && pnpm install --lockfile-only && git commit --all --amend --no-edit" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}