File tree Expand file tree Collapse file tree 8 files changed +13
-10
lines changed
Expand file tree Collapse file tree 8 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -458,12 +458,12 @@ jobs:
458458 HG_SDK_PKG_NAME="${{ env.HASHGRAPH_SDK_PKG_NAME }}-${{ needs.validate-release.outputs.sdk-version }}.tgz"
459459
460460 echo "::group::Expected Package Names"
461- echo "hl-proto-pkg-name=${HL_PROTO_PKG_NAME// #@/}" | tee -a "${GITHUB_OUTPUT}"
462- echo "hl-crypto-pkg-name=${HL_CRYPTO_PKG_NAME// #@/}" | tee -a "${GITHUB_OUTPUT}"
463- echo "hl-sdk-pkg-name=${HL_SDK_PKG_NAME// #@/}" | tee -a "${GITHUB_OUTPUT}"
464- echo "hg-proto-pkg-name=${HG_PROTO_PKG_NAME// #@/}" | tee -a "${GITHUB_OUTPUT}"
465- echo "hg-crypto-pkg-name=${HG_CRYPTO_PKG_NAME// #@/}" | tee -a "${GITHUB_OUTPUT}"
466- echo "hg-sdk-pkg-name=${HG_SDK_PKG_NAME// #@/}" | tee -a "${GITHUB_OUTPUT}"
461+ echo "hl-proto-pkg-name=${HL_PROTO_PKG_NAME/#@/}" | tee -a "${GITHUB_OUTPUT}"
462+ echo "hl-crypto-pkg-name=${HL_CRYPTO_PKG_NAME/#@/}" | tee -a "${GITHUB_OUTPUT}"
463+ echo "hl-sdk-pkg-name=${HL_SDK_PKG_NAME/#@/}" | tee -a "${GITHUB_OUTPUT}"
464+ echo "hg-proto-pkg-name=${HG_PROTO_PKG_NAME/#@/}" | tee -a "${GITHUB_OUTPUT}"
465+ echo "hg-crypto-pkg-name=${HG_CRYPTO_PKG_NAME/#@/}" | tee -a "${GITHUB_OUTPUT}"
466+ echo "hg-sdk-pkg-name=${HG_SDK_PKG_NAME/#@/}" | tee -a "${GITHUB_OUTPUT}"
467467 echo "::endgroup::"
468468
469469 - name : Build Proto Release Package (${{ env.HIERO_PROTO_PKG_NAME }})
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- # 2.79.0-beta.5
8+ # 2.79.0-beta.6
99
1010### Added
1111
Original file line number Diff line number Diff line change @@ -200,6 +200,7 @@ tasks:
200200 cmds :
201201 - task : " yalc:remove"
202202 - pnpm pack --out {{.PACKAGE_NAME}}
203+ - ls -lh {{.PACKAGE_NAME}}
203204
204205 " publish " :
205206 cmds :
Original file line number Diff line number Diff line change 99 "author" : " " ,
1010 "license" : " ISC" ,
1111 "dependencies" : {
12- "@hiero-ledger/sdk" : " 2.79.0-beta.5 " ,
12+ "@hiero-ledger/sdk" : " 2.79.0-beta.6 " ,
1313 "chai" : " 4.3.6" ,
1414 "mocha" : " 10.6.0"
1515 }
Original file line number Diff line number Diff line change 11{
22 "name" : " @hiero-ledger/sdk" ,
3- "version" : " 2.79.0-beta.5 " ,
3+ "version" : " 2.79.0-beta.6 " ,
44 "description" : " Hiero SDK" ,
55 "types" : " ./lib/index.d.ts" ,
66 "main" : " ./lib/index.cjs" ,
Original file line number Diff line number Diff line change 9797 - " build"
9898 cmds :
9999 - pnpm pack --out {{.PACKAGE_NAME}}
100+ - ls -lh {{.PACKAGE_NAME}}
100101
101102 publish :
102103 cmds :
Original file line number Diff line number Diff line change @@ -146,6 +146,7 @@ tasks:
146146 - " test:release"
147147 cmds :
148148 - pnpm pack --out {{.PACKAGE_NAME}}
149+ - ls -lh {{.PACKAGE_NAME}}
149150
150151 publish :
151152 cmds :
Original file line number Diff line number Diff line change 1111 "author" : " " ,
1212 "license" : " ISC" ,
1313 "dependencies" : {
14- "@hiero-ledger/sdk" : " 2.79.0-beta.5 " ,
14+ "@hiero-ledger/sdk" : " 2.79.0-beta.6 " ,
1515 "ansi-regex" : " 6.2.2" ,
1616 "ansi-styles" : " 6.2.3" ,
1717 "body-parser" : " 1.20.3" ,
You can’t perform that action at this time.
0 commit comments