We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b2d21f commit 6f3150eCopy full SHA for 6f3150e
.github/workflows/npm-release.yml
@@ -35,7 +35,8 @@ jobs:
35
run: pnpm install --frozen-lockfile
36
- name: Create release Pull Request or publish to NPM
37
id: changesets
38
- uses: changesets/action@v1
+ # uses: changesets/action@v1
39
+ uses: changesets/action@v1.5.1 # workaround until fix for https://github.com/changesets/action/issues/501
40
with:
41
publish: pnpm release
42
cwd: lang/typescript
0 commit comments