Skip to content

Commit

Permalink
Merge pull request #493 from itsmng/minzords-patch-1
Browse files Browse the repository at this point in the history
release: fix nodejs
  • Loading branch information
minzords authored Nov 25, 2024
2 parents 17bfd01 + e8af1b7 commit 761c20f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
cd tools/
# Remove the 'v' prefix from the tag
export TAG=$(sed -e 's/^v//' <<< $TAG)
export NODE_OPTIONS=--openssl-legacy-provider
./make_release.sh -y ../ $TAG
mv /tmp/itsm-ng-${TAG}.tgz /tmp/itsm-ng-v${TAG}.tgz
Expand Down

0 comments on commit 761c20f

Please sign in to comment.