Skip to content

Commit c3ccf0b

Browse files
Merge pull request #321 from step-security/Raj-StepSecurity-patch-4
ci: Update actions_release.yml
2 parents aef1a21 + 051fbb4 commit c3ccf0b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/actions_release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
tag:
77
description: "Tag for the release"
88
required: true
9+
script:
10+
description: "Specify the build script to run"
11+
required: false
12+
default: "npm run all"
913

1014
permissions:
1115
contents: read
@@ -19,3 +23,5 @@ jobs:
1923
uses: step-security/reusable-workflows/.github/workflows/actions_release.yaml@v1
2024
with:
2125
tag: "${{ github.event.inputs.tag }}"
26+
script: "${{ github.event.inputs.script }}"
27+

0 commit comments

Comments
 (0)