Skip to content

Commit

Permalink
update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
svenvoskamp committed Feb 7, 2024
1 parent cc5a7e4 commit 0e36304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
node-version: 16

- name: Install Dependencies
run: npm install
run: npm run clean && npm install

- name: Create Release Pull Request
uses: changesets/action@v1
Expand Down

0 comments on commit 0e36304

Please sign in to comment.