Skip to content

Commit

Permalink
chore: fix snapshot release action
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs committed Jul 27, 2023
1 parent 3236f79 commit 7ae99bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
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 7ae99bb

Please sign in to comment.