Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
# to the token's identity, and this job never needs a persisted git credential
# (setupGitUser: false skips configuring a local git user that would otherwise
# go unused). Checkout above sets persist-credentials: false accordingly.
- uses: changesets/action@22ccf9aa43179fe9e27dc62e575971d28cce197c # v2.0.0
- uses: changesets/action@198f833dd7d863100ea6e28967bc9a9fdefadb0a # v2.1.0
with:
version: pnpm release:version
publish: pnpm release
Expand Down
Loading