Skip to content

Commit 6f3150e

Browse files
committed
Set changesets GH action to older version to avoid release bug
1 parent 9b2d21f commit 6f3150e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/npm-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
run: pnpm install --frozen-lockfile
3636
- name: Create release Pull Request or publish to NPM
3737
id: changesets
38-
uses: changesets/action@v1
38+
# uses: changesets/action@v1
39+
uses: changesets/action@v1.5.1 # workaround until fix for https://github.com/changesets/action/issues/501
3940
with:
4041
publish: pnpm release
4142
cwd: lang/typescript

0 commit comments

Comments
 (0)