From c68bb25929bc5c656f6668dec0ea5f57f3c47e81 Mon Sep 17 00:00:00 2001 From: Gellipapa Date: Sat, 12 Oct 2024 22:44:49 +0200 Subject: [PATCH] Update simple-release-web.yml --- .github/workflows/simple-release-web.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/simple-release-web.yml b/.github/workflows/simple-release-web.yml index 6541992..5984205 100644 --- a/.github/workflows/simple-release-web.yml +++ b/.github/workflows/simple-release-web.yml @@ -118,7 +118,7 @@ jobs: - name: 'Download Bump manifest version js file and run in node' id: replace_script run: | - curl -f https://raw.githubusercontent.com/esx-framework/.github/main/.github/actions/bump-manifest-version.js | node + curl -f https://raw.githubusercontent.com/esx-framework/.github/main/.github/actions/bump-web-version.js | node env: TGT_RELEASE_VERSION: ${{ env.DETERMINED_VERSION }}