Skip to content

Commit 2ed9f3d

Browse files
fix(ci): publish workflow typo (#3631)
Signed-off-by: venilinvasilev <venilin.vasilev@gmail.com>
1 parent 6020323 commit 2ed9f3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ jobs:
6464

6565
# crypto sub-package
6666
crypto-version: ${{ steps.npm-package.outputs.crypto-version }}
67-
crypto-prerelease: ${{ steps.crypto-package.output.prerelease }}
68-
crypto-type: ${{ steps.crypto-package.output.type }}
67+
crypto-prerelease: ${{ steps.crypto-package.outputs.prerelease }}
68+
crypto-type: ${{ steps.crypto-package.outputs.type }}
6969
hiero-crypto-publish-required: ${{ steps.hiero-crypto-required.outputs.publish-required }}
7070
hashgraph-crypto-publish-required: ${{ steps.crypto-required.outputs.publish-required }}
7171

0 commit comments

Comments
 (0)