Skip to content

Commit 87e900c

Browse files
authored
Fix outputs
1 parent a6f1672 commit 87e900c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/azdo-build/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ inputs:
2424
outputs:
2525
version:
2626
description: Version
27-
value: ${{ jobs.download-pipeline-artifact.outputs.version }}
27+
value: ${{ steps.get-version.outputs.version }}
2828

2929
version-type:
3030
description: Version
31-
value: ${{ jobs.download-pipeline-artifact.outputs.version-type }}
31+
value: ${{ steps.get-version.outputs.version-type }}
3232

3333
defaults:
3434
run:

0 commit comments

Comments
 (0)