Skip to content

Commit 583615f

Browse files
authored
Merge pull request #358 from Shopify/pin-changesets-gh-action-to-avoid-release-blocker
Set changesets GitHub action to v1.5.1 to fix a failing step in our release flow
2 parents 9b2d21f + 6f3150e commit 583615f

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)