We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83c9986 + e7a398f commit fc212c3Copy full SHA for fc212c3
.github/workflows/publishRelease.yaml
@@ -113,7 +113,7 @@ jobs:
113
if: needs.release-infos.outputs.isVersionBump == 'true' && needs.release-infos.outputs.publish == 'true'
114
uses: hyperledger/indy-shared-gha/.github/workflows/publish_artifacts.yaml@v1
115
with:
116
- COMPONENT: ${{ needs.release-infos.component }}
+ COMPONENT: ${{ needs.release-infos.outputs.component }}
117
UBUNTU_VERSION: ${{ needs.release-infos.outputs.UBUNTU_VERSION }}
118
distribution: ${{ needs.release-infos.outputs.distribution }}
119
moduleName: plenum
0 commit comments