diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index 9f943ffb..fab21e9e 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -147,7 +147,7 @@ jobs: }); const latestRelease = response.data.tag_name; const versionParts = latestRelease.replace(/^v/, '').split('.'); - const newVersion = `${parseInt(versionParts[0])}.${parseInt(versionParts[1])}.${parseInt(versionParts[2]) + 1}`; + const newVersion = `${parseInt(versionParts[0])}.${parseInt(versionParts[1])}.${parseInt(versionParts[2]) + 2}`; console.log(`::set-output name=new_version::${newVersion}`); - name: Rename file