We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc9cde commit cce4d3aCopy full SHA for cce4d3a
.github/workflows/build-test-release.yml
@@ -14,6 +14,9 @@ on:
14
description: Create a (pre-)release when CI passes
15
default: false
16
required: false
17
+ outputs:
18
+ tag: ${{ jobs.github-release.outputs.tag }}
19
+
20
# run this workflow manually from the Actions tab
21
workflow_dispatch:
22
inputs:
@@ -27,9 +30,6 @@ concurrency:
27
30
group: ${{ github.workflow }}-${{ github.ref }}-main
28
31
cancel-in-progress: true
29
32
-outputs:
- tag: ${{ jobs.github-release.outputs.tag }}
-
33
jobs:
34
build-python:
35
runs-on: ubuntu-latest
0 commit comments