Skip to content

Commit 37e45a6

Browse files
vaadin-botZheSun88
andauthored
chore: pass all parameters when there is a new version has been set [skip ci] (#4598) (#4599)
Co-authored-by: Zhe Sun <31067185+ZheSun88@users.noreply.github.com>
1 parent 1a51d7a commit 37e45a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
[ true = "${{github.event.inputs.useFullOWASP}}" ] && A="$A --enable-full-owasp"
9292
[ true = "${{github.event.inputs.useSnapshots}}" ] && A="$A --useSnapshots"
9393
V="${{ github.event.inputs.version || github.event.release.tag_name }}"
94-
[ -n "$V" ] && A="--version $V"
94+
[ -n "$V" ] && A="$A --version $V"
9595
cmd="scripts/generateAndCheckSBOM.js $A"
9696
echo "Running: $cmd"
9797
$cmd

0 commit comments

Comments
 (0)