Skip to content

Commit

Permalink
chore: add remove directory to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
talves committed Aug 24, 2022
1 parent eb225c6 commit fccf6c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
if: ${{ success() }}
run: yarn lint:all

- name: Fix Packages
if: ${{ success() }}
run: yarn removeDir:all

- name: Create Release Pull Request or Publish to npm
id: changesets
uses: changesets/action@v1
Expand Down

0 comments on commit fccf6c6

Please sign in to comment.