Skip to content

Commit ddf8e16

Browse files
committed
Pin to @changesets/[email protected] to avoid bug in 1.5
This avoids a bug introduced in 1.5.0 that prevents git tags from being pushed to github when not using the new Github API `commitMode` setting. See: changesets/action#465
1 parent 1041bb4 commit ddf8e16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# publish to npm.
5252
- name: 🚀 PR / Publish
5353
id: changesets
54-
uses: changesets/action@v1
54+
uses: changesets/action@v1.4.10
5555
with:
5656
version: pnpm run changeset:version
5757
commit: "chore: Update version for release"

0 commit comments

Comments
 (0)