From 1c4abe1aa475fe1ad24c37a8dedcd9c13977b141 Mon Sep 17 00:00:00 2001 From: jerensl <54782057+jerensl@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:04:27 +0800 Subject: [PATCH] fix: gh actopm send the version outside of the folder artifact being setup Signed-off-by: jerensl <54782057+jerensl@users.noreply.github.com> --- .github/workflows/bump-meshery-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump-meshery-version.yml b/.github/workflows/bump-meshery-version.yml index 00dde73e..f82332b4 100644 --- a/.github/workflows/bump-meshery-version.yml +++ b/.github/workflows/bump-meshery-version.yml @@ -20,7 +20,7 @@ jobs: run-id: ${{ github.event.workflow_run.id }} - name: Retrieve Version run: | - echo "VERSION=$(cat ./version/number)" >> $GITHUB_OUTPUT + echo "VERSION=$(cat ./number)" >> $GITHUB_OUTPUT id: current bump-meshery: runs-on: ubuntu-latest