Skip to content

Commit b07dff4

Browse files
authored
Revert "Bump changesets/action from 1.4.10 to 1.5.3" (#13862)
1 parent 0d1c20d commit b07dff4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ jobs:
5151
# publish to npm.
5252
- name: 🚀 PR / Publish
5353
id: changesets
54-
uses: changesets/[email protected]
54+
# PLEASE KEEP THIS PINNED TO 1.4.10 to avoid a regression in 1.5.*
55+
# See https://github.com/changesets/action/issues/465
56+
uses: changesets/[email protected]
5557
with:
5658
version: pnpm run changeset:version
5759
commit: "chore: Update version for release"

0 commit comments

Comments
 (0)