Skip to content

Commit

Permalink
fix: add openssl-legacy-provider option
Browse files Browse the repository at this point in the history
Signed-off-by: Yurii Shynbuiev <yurii.shynbuiev@iohk.io>
  • Loading branch information
yshyn-iohk committed Jul 8, 2024
1 parent 72b370e commit cd21f12
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 @@ -53,7 +53,7 @@ jobs:
run: |
cd ./identus-cloud-agent
npm install -g log4brains
log4brains build --out ../static/adrs --basePath /adrs
export NODE_OPTIONS=--openssl-legacy-provider log4brains build --out ../static/adrs --basePath /adrs
touch ../static/adrs/.nojekyll
- name: Release
env:
Expand Down

0 comments on commit cd21f12

Please sign in to comment.