From fac35ef4047663fe480c45630ec0a5f30bb5ccab Mon Sep 17 00:00:00 2001 From: Cameron Maloney Date: Mon, 10 Jun 2024 00:48:24 -0700 Subject: [PATCH] Update develop.yml --- .github/workflows/develop.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 983d9ff3..e6c06d7c 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -94,7 +94,6 @@ jobs: const preReleaseTag = latestPreRelease.name; const versionParts = preReleaseTag.replace(/^v/, '').split('.'); const newV = `${parseInt(versionParts[0])}.${parseInt(versionParts[1])}.${parseInt(versionParts[2]) + 1}`; - ren "dist\LinguifAI Setup ${{ steps.get_latest_release.outputs.new_version }}.exe" "LinguifAI Setup ${newV}.exe" console.log(`::set-output name=new_version::${newV}`); - name: Create Release