Skip to content

Commit 3550626

Browse files
action release
1 parent 812c21f commit 3550626

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/actions_release.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ on:
66
tag:
77
description: "Tag for the release"
88
required: true
9-
9+
script:
10+
description: "Script to run for the release"
11+
required: false
12+
default: "yarn build"
13+
1014
permissions:
1115
contents: read
1216

@@ -18,4 +22,5 @@ jobs:
1822
contents: write
1923
uses: step-security/reusable-workflows/.github/workflows/actions_release.yaml@v1
2024
with:
21-
tag: "${{ github.event.inputs.tag }}"
25+
tag: "${{ github.event.inputs.tag }}"
26+
script: "${{ github.event.inputs.script }}"

0 commit comments

Comments
 (0)