Skip to content

Commit 4b6e34e

Browse files
committed
sue value/description
Signed-off-by: Thijs Baaijen <[email protected]>
1 parent cce4d3a commit 4b6e34e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-test-release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ on:
1515
default: false
1616
required: false
1717
outputs:
18-
tag: ${{ jobs.github-release.outputs.tag }}
18+
tag:
19+
description: "The created release tag"
20+
value: ${{ jobs.github-release.outputs.tag }}
1921

2022
# run this workflow manually from the Actions tab
2123
workflow_dispatch:

0 commit comments

Comments
 (0)