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 }} -