Skip to content

Commit cce4d3a

Browse files
committed
put outputs under workflow_call
Signed-off-by: Thijs Baaijen <[email protected]>
1 parent 4dc9cde commit cce4d3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ on:
1414
description: Create a (pre-)release when CI passes
1515
default: false
1616
required: false
17+
outputs:
18+
tag: ${{ jobs.github-release.outputs.tag }}
19+
1720
# run this workflow manually from the Actions tab
1821
workflow_dispatch:
1922
inputs:
@@ -27,9 +30,6 @@ concurrency:
2730
group: ${{ github.workflow }}-${{ github.ref }}-main
2831
cancel-in-progress: true
2932

30-
outputs:
31-
tag: ${{ jobs.github-release.outputs.tag }}
32-
3333
jobs:
3434
build-python:
3535
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)