We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b2d21f + 6f3150e commit 583615fCopy full SHA for 583615f
.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