Skip to content

Commit

Permalink
chore: fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
giulioz committed Jun 6, 2023
1 parent 0c54c2d commit 72de019
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 @@ -24,7 +24,7 @@ jobs:
# this runs a build script so there is no dedicated build
run: yarn install
- name: Run storybook build script
run: yarn build-storybook
run: NODE_OPTIONS=--openssl-legacy-provider yarn build-storybook
release:
needs: main
runs-on: ubuntu-latest
Expand Down

0 comments on commit 72de019

Please sign in to comment.