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 4b6e34e commit da8bca7Copy full SHA for da8bca7
.github/workflows/build-test-release.yml
@@ -14,10 +14,10 @@ on:
14
description: Create a (pre-)release when CI passes
15
default: false
16
required: false
17
- outputs:
18
- tag:
19
- description: "The created release tag"
20
- value: ${{ jobs.github-release.outputs.tag }}
+ outputs:
+ tag:
+ description: "The created release tag"
+ value: ${{ jobs.github-release.outputs.tag }}
21
22
# run this workflow manually from the Actions tab
23
workflow_dispatch:
0 commit comments