We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d1c20d commit b07dff4Copy full SHA for b07dff4
.github/workflows/release.yml
@@ -51,7 +51,9 @@ jobs:
51
# publish to npm.
52
- name: 🚀 PR / Publish
53
id: changesets
54
- uses: changesets/action@v1.5.3
+ # 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/action@v1.4.10
57
with:
58
version: pnpm run changeset:version
59
commit: "chore: Update version for release"
0 commit comments