Skip to content

Commit fc212c3

Browse files
authored
Merge pull request #1602 from WadeBarnes/fix-release-publishing
Fix missing component in publish release workflow.
2 parents 83c9986 + e7a398f commit fc212c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publishRelease.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
if: needs.release-infos.outputs.isVersionBump == 'true' && needs.release-infos.outputs.publish == 'true'
114114
uses: hyperledger/indy-shared-gha/.github/workflows/publish_artifacts.yaml@v1
115115
with:
116-
COMPONENT: ${{ needs.release-infos.component }}
116+
COMPONENT: ${{ needs.release-infos.outputs.component }}
117117
UBUNTU_VERSION: ${{ needs.release-infos.outputs.UBUNTU_VERSION }}
118118
distribution: ${{ needs.release-infos.outputs.distribution }}
119119
moduleName: plenum

0 commit comments

Comments
 (0)