Skip to content

Commit

Permalink
fix: fix artifact build (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dotneteer committed Jul 16, 2022
1 parent 7710be6 commit ded2590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
node-version: 16.x

- name: Install npm dependencies
run: npm run bootstrap:ci
run: npm run bootstrap:ci --force

- name: Build the packages
run: npm run build
Expand Down

0 comments on commit ded2590

Please sign in to comment.