Skip to content

Commit 3e93659

Browse files
authored
fix: run prerelease manually for yarn v3, 2nd try (#139)
1 parent e84dab1 commit 3e93659

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.changeset/brown-ravens-shave.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-import-resolver-typescript": patch
3+
---
4+
5+
fix: run prerelease manually for yarn v3, 2nd try

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ jobs:
3434
with:
3535
version: yarn changeset version
3636
# This expects you to have a script called release which does a build for your packages and calls changeset publish
37-
publish: yarn prerelease && yarn release
37+
publish: |
38+
yarn prerelease
39+
yarn release
3840
commit: 'chore: release eslint-import-resolver-typescript'
3941
title: 'chore: release eslint-import-resolver-typescript'
4042
env:

0 commit comments

Comments
 (0)