diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c8810ee..e2c959b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: if: ${{ (success() || failure()) && github.repository == 'GeyserMC/PackConverter' }} id: get-version run: | - version=$(grep -o "mod_version=[0-9\\.]*" gradle.properties | cut -d"=" -f2 | cut -d"-" -f1) + version=$(grep -o "version=[0-9\\.]*" gradle.properties | cut -d"=" -f2 | cut -d"-" -f1) echo "VERSION=${version}" >> $GITHUB_OUTPUT - name: Get Release Metadata