We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da7ba2 commit 62a272eCopy full SHA for 62a272e
.github/workflows/zxf-publish-release.yaml
@@ -381,6 +381,15 @@ jobs:
381
installMirrorNode: true
382
hieroVersion: ${{ env.CONSENSUS_NODE_VERSION }}
383
384
+ - name: Create env file
385
+ run: |
386
+ touch .env
387
+ echo TEST_OPERATOR_ID="0.0.2" >> .env
388
+ echo TEST_OPERATOR_KEY="302e020100300506032b65700422042091132178e72057a1d7528025956fe39b0b847f200ab59b2fdd367017f3087137" >> .env
389
+ echo TEST_NETWORK_NAME="localhost" >> .env
390
+ echo TEST_RUN_NONFREE="1" >> .env
391
+ cat .env
392
+
393
# Update the Cargo.toml files for the hiero-sdk-* packages
394
- name: Update Cargo.toml for hiero publishing
395
if: ${{ env.DUAL_PUBLISH_ENABLED == 'true' }}
0 commit comments