From 7ae99bb56ea32338736c5f854ea0fe6cc52c5159 Mon Sep 17 00:00:00 2001 From: alvrs Date: Thu, 27 Jul 2023 19:03:45 +0100 Subject: [PATCH] chore: fix snapshot release action --- .github/workflows/snapshot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 587d7a11e7..4837cd0d09 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -28,6 +28,10 @@ jobs: env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} + # Remove this once https://github.com/changesets/changesets/issues/1195 is addressed + - name: Temporarily exit pre-release mode to release a snapshot + run: pnpm changeset pre exit + - name: Clean shell: bash run: pnpm turbo run clean --force --concurrency 10 @@ -44,4 +48,3 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }} -