Skip to content

Commit

Permalink
Add $ to env var
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed Dec 5, 2024
1 parent 0c58897 commit a3a9290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/node-build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:
export $(grep -v '^[#|SIGNING|PASS_CORE_POLICY]' $ENV_FILE_PATH | xargs -d '\n')
pnpm install --frozen-lockfile
pnpm run build
if [ "CREATE_SBOM" == "true" ]; then
if [ "$CREATE_SBOM" == "true" ]; then
rm -f *-cyclonedx-sbom.json
pnpm run create_sbom
fi
Expand Down

0 comments on commit a3a9290

Please sign in to comment.