Skip to content

Commit

Permalink
fix: run prerelease manually for yarn v3, 2nd try (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jul 6, 2022
1 parent e84dab1 commit 3e93659
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/brown-ravens-shave.md
@@ -0,0 +1,5 @@
---
"eslint-import-resolver-typescript": patch
---

fix: run prerelease manually for yarn v3, 2nd try
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Expand Up @@ -34,7 +34,9 @@ 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 prerelease && 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 3e93659

Please sign in to comment.