Skip to content

Commit a3f6ba3

Browse files
authored
fix: run prerelease manually for yarn v3 (#137)
1 parent bb74fb4 commit a3f6ba3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/eighty-plums-battle.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

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ 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 release
37+
publish: yarn prerelease && yarn release
3838
commit: 'chore: release eslint-import-resolver-typescript'
3939
title: 'chore: release eslint-import-resolver-typescript'
4040
env:

0 commit comments

Comments
 (0)