Skip to content

Commit abd4188

Browse files
committed
[ci] Manual build info
1 parent 658ffe2 commit abd4188

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/build-info.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,11 @@ jobs:
5353
id: version
5454
run: |
5555
id=$(echo ${{steps.current.outputs.value}} | cut -d=v -f2)
56-
echo "::set-output name=id::$id"
56+
echo "::set-output name=id::$id"
57+
58+
output:
59+
name: Output Info
60+
runs-on: ubuntu-20.04
61+
needs: [ info ]
62+
steps:
63+
- run: echo "${{needs.info.outputs.mod_id}} version ${{needs.info.outputs.version}}; releasing as ${{needs.info.outputs.release_type}}"

0 commit comments

Comments
 (0)