From c7aaa299b6a1bcb456850d69db70f5dfa73691e1 Mon Sep 17 00:00:00 2001 From: Gellipapa Date: Thu, 25 Jan 2024 21:30:57 +0100 Subject: [PATCH] Update simple-release.yml --- .github/workflows/simple-release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/simple-release.yml b/.github/workflows/simple-release.yml index 7f38302..9748ea8 100644 --- a/.github/workflows/simple-release.yml +++ b/.github/workflows/simple-release.yml @@ -109,7 +109,9 @@ jobs: fi - name: 'Download Bump manifest version js file and run in node' - run: curl -f https://raw.githubusercontent.com/esx-framework/.github/main/.github/actions/bump-manifest-version.js | node - + run: | + curl -f https://raw.githubusercontent.com/esx-framework/.github/main/.github/actions/bump-manifest-version.js | node - > set_env.sh + bash set_env.sh env: TGT_RELEASE_VERSION: ${{ env.DETERMINED_VERSION }} - name: Push manifest change @@ -125,7 +127,7 @@ jobs: - name: Update tag ref uses: EndBug/latest-tag@latest with: - tag-name: ${{ env.DETERMINED_VERSION }} + ref: ${{ env.DETERMINED_VERSION }} - name: Create exclude file from input run: |