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 @@ -122,7 +122,7 @@ jobs:
- name: Create release PR or publish
id: changesets
# pin: changesets/action v1.4.9
uses: changesets/action@e2f8e964d080ae97c874b19e27b12e0a8620fb6c
uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf
with:
# `version` updates package.json and CHANGELOG then commits to the
# "Version Packages" PR. `publish` runs the npm publish step once
Expand Down
Loading