From 08caa2292c57e81d29a02fefb49fc92eb5fbf262 Mon Sep 17 00:00:00 2001 From: Gellipapa Date: Tue, 16 Jan 2024 23:32:02 +0100 Subject: [PATCH] Update and rename release.yml to simple-release.yml --- .github/workflows/{release.yml => simple-release.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{release.yml => simple-release.yml} (96%) diff --git a/.github/workflows/release.yml b/.github/workflows/simple-release.yml similarity index 96% rename from .github/workflows/release.yml rename to .github/workflows/simple-release.yml index 2a5f8ea..ff24721 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/simple-release.yml @@ -90,7 +90,7 @@ jobs: echo "DETERMINED_VERSION=${{ steps.semvers.outputs.patch }}" >> $GITHUB_ENV fi - name: 'Download Bump manifest version js file and run in node' - run: curl -f https://raw.githubusercontent.com/CommunityRP-FiveM-Server/.github/961b50cd10fdda968a7a8a4b78af5fd2447cf650/.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 - env: TGT_RELEASE_VERSION: ${{ env.DETERMINED_VERSION }} - name: Push manifest change