From d404bdf92ffeb33373217e699a2d08e517da67a8 Mon Sep 17 00:00:00 2001 From: Jeromy Cannon Date: Thu, 2 Jan 2025 13:03:55 +0000 Subject: [PATCH] fixed release artifact version issue and updated readme link Signed-off-by: Jeromy Cannon --- .github/workflows/flow-deploy-release-artifact.yaml | 3 +++ .github/workflows/zxc-update-readme.yaml | 4 ++-- README.md | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/flow-deploy-release-artifact.yaml b/.github/workflows/flow-deploy-release-artifact.yaml index 91eda3219..2a4cc13ec 100644 --- a/.github/workflows/flow-deploy-release-artifact.yaml +++ b/.github/workflows/flow-deploy-release-artifact.yaml @@ -102,6 +102,7 @@ jobs: name: Github / Release runs-on: solo-linux-medium needs: + - prepare-release - update-readme steps: - name: Harden Runner @@ -147,6 +148,8 @@ jobs: run: | set -x npm install + echo "VERSION=${{ needs.prepare-release.outputs.version }}" + [[ -n "${{ needs.prepare-release.outputs.version }}" ]] && npm version ${{ needs.prepare-release.outputs.version }} -f --no-git-tag-version npm run build - name: Setup JFrog CLI diff --git a/.github/workflows/zxc-update-readme.yaml b/.github/workflows/zxc-update-readme.yaml index 10d4a3f55..49dac6020 100644 --- a/.github/workflows/zxc-update-readme.yaml +++ b/.github/workflows/zxc-update-readme.yaml @@ -99,11 +99,11 @@ jobs: run: | set -xeo pipefail npm install + echo "VERSION=${{ inputs.version }}" + [[ -n "${{ inputs.version }}" ]] && npm version ${{ inputs.version }} -f --no-git-tag-version npm run build npm install -g @hashgraph/solo npm link - echo "VERSION=${{ inputs.version }}" - [[ -n "${{ inputs.version }}" ]] && npm version ${{ inputs.version }} -f --no-git-tag-version which solo node -p -e "Boolean(process.stdout.isTTY)" chmod 755 ./.github/workflows/script/update_md.sh diff --git a/README.md b/README.md index 3c4067867..f5c4b6d96 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ nvm use lts/hydrogen ## Documentation -[Getting Started](docs/content/User/GetStarted.md) +[Getting Started](https://hashgraph.github.io/solo/) ## Support