We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6f1672 commit 87e900cCopy full SHA for 87e900c
1 file changed
.github/actions/azdo-build/action.yml
@@ -24,11 +24,11 @@ inputs:
24
outputs:
25
version:
26
description: Version
27
- value: ${{ jobs.download-pipeline-artifact.outputs.version }}
+ value: ${{ steps.get-version.outputs.version }}
28
29
version-type:
30
31
- value: ${{ jobs.download-pipeline-artifact.outputs.version-type }}
+ value: ${{ steps.get-version.outputs.version-type }}
32
33
defaults:
34
run:
0 commit comments