Skip to content

Commit

Permalink
chore: fix snapshot release action (#1203)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs committed Jul 27, 2023
1 parent 3236f79 commit 70e4d8e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/snapshot.yml
Expand Up @@ -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
Expand All @@ -44,4 +48,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 70e4d8e

Please sign in to comment.