From 1668f4a080461e42c8ccfc0a7c5205418e5a85ed Mon Sep 17 00:00:00 2001 From: "Valentin D. Pinkman" Date: Fri, 11 Oct 2024 17:49:37 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20(release):=20Prevent=20changeset?= =?UTF-8?q?=20action=20from=20running=20versioning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 18ee62f20..be67ede51 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -48,6 +48,7 @@ jobs: id: changesets uses: changesets/action@v1 with: + version: echo "not running version" publish: pnpm release env: GITHUB_TOKEN: ${{ secrets.CI_BOT_TOKEN }}