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 7539590 commit 89d7996Copy full SHA for 89d7996
.github/workflows/release.yml
@@ -51,7 +51,9 @@ jobs:
51
# publish to npm.
52
- name: 🚀 PR / Publish
53
id: changesets
54
- uses: changesets/[email protected]
+ # 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]
57
with:
58
version: pnpm run changeset:version
59
commit: "chore: Update version for release"
0 commit comments