Skip to content

Commit d18e251

Browse files
committed
deploy go workflow:Typo fix in go module description
Signed-off-by: sandeep.nishad1 <[email protected]>
1 parent d66c595 commit d18e251

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/deploy_go-pkgs.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,22 @@ jobs:
2727
run: |
2828
if [ "${{ github.event.inputs.module }}" = "protos-go" ]; then
2929
echo "MODULE_TAG=common/protos-go" >> $GITHUB_ENV
30-
echo "MODULE_DESC='GO Weaver Protos'" >> $GITHUB_ENV
30+
echo "MODULE_DESC=GO Weaver Protos" >> $GITHUB_ENV
3131
elif [ "${{ github.event.inputs.module }}" = "interop" ]; then
3232
echo "MODULE_TAG=core/network/fabric-interop-cc/contracts/interop" >> $GITHUB_ENV
33-
echo "MODULE_DESC='GO Fabric Interop Chaincode'" >> $GITHUB_ENV
33+
echo "MODULE_DESC=GO Fabric Interop Chaincode" >> $GITHUB_ENV
3434
elif [ "${{ github.event.inputs.module }}" = "utils" ]; then
3535
echo "MODULE_TAG=core/network/fabric-interop-cc/libs/utils" >> $GITHUB_ENV
36-
echo "MODULE_DESC='GO Fabric Utils Library for Interoperation'" >> $GITHUB_ENV
36+
echo "MODULE_DESC=GO Fabric Utils Library for Interoperation" >> $GITHUB_ENV
3737
elif [ "${{ github.event.inputs.module }}" = "assetexchange" ]; then
3838
echo "MODULE_TAG=core/network/fabric-interop-cc/libs/assetexchange" >> $GITHUB_ENV
39-
echo "MODULE_DESC='GO Fabric Library for Asset Exchange'" >> $GITHUB_ENV
39+
echo "MODULE_DESC=GO Fabric Library for Asset Exchange" >> $GITHUB_ENV
4040
elif [ "${{ github.event.inputs.module }}" = "asset-mgmt" ]; then
4141
echo "MODULE_TAG=core/network/fabric-interop-cc/interfaces/asset-mgmt" >> $GITHUB_ENV
42-
echo "MODULE_DESC='GO Fabric Asset Management Interface'" >> $GITHUB_ENV
42+
echo "MODULE_DESC=GO Fabric Asset Management Interface" >> $GITHUB_ENV
4343
elif [ "${{ github.event.inputs.module }}" = "go-sdk" ]; then
4444
echo "MODULE_TAG=sdks/fabric/go-sdk" >> $GITHUB_ENV
45-
echo "MODULE_DESC='GO Fabric Weaver SDK'" >> $GITHUB_ENV
45+
echo "MODULE_DESC=GO Fabric Weaver SDK" >> $GITHUB_ENV
4646
else
4747
echo "Module not known to the workflow. Exiting."
4848
exit 1

0 commit comments

Comments
 (0)