Skip to content

Commit

Permalink
fix: snapshot release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chmanie committed Mar 19, 2024
1 parent 752d3ac commit b8c2a9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ jobs:
env:
CI: true
NODE_OPTIONS: --max-old-space-size=4096
- name: Publish snapshot to npm
- name: Version snapshot
run: npx changeset version --snapshot next && pnpm install --lockfile-only
- name: Publish snapshot to npm
run: npx changeset publish --no-git-tag --snapshot
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_OPTIONS: --max-old-space-size=4096

0 comments on commit b8c2a9b

Please sign in to comment.