Skip to content

Commit

Permalink
fix: run prerelease manually for yarn v3 (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jul 6, 2022
1 parent bb74fb4 commit a3f6ba3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/eighty-plums-battle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"eslint-import-resolver-typescript": patch
---

fix: run prerelease manually for yarn v3
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
version: yarn changeset version
# This expects you to have a script called release which does a build for your packages and calls changeset publish
publish: yarn release
publish: yarn prerelease && yarn release
commit: 'chore: release eslint-import-resolver-typescript'
title: 'chore: release eslint-import-resolver-typescript'
env:
Expand Down

0 comments on commit a3f6ba3

Please sign in to comment.