Skip to content

Commit

Permalink
fix: Changeset release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wottpal committed Oct 14, 2023
1 parent 6c0c70a commit a179bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
node-version: ${{ matrix.node-version }}

- name: Install Dependencies
run: pnpm install --lockfile-only
run: NODE_ENV=development pnpm install --lockfile-only

- name: Create Release Pull Request
uses: changesets/action@v1
Expand Down

1 comment on commit a179bd5

@vercel
Copy link

@vercel vercel bot commented on a179bd5 Oct 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.