From b3b0d71af6becc05259b841de21b9171602d174e Mon Sep 17 00:00:00 2001 From: tastybento Date: Sat, 21 Dec 2024 15:56:08 -0800 Subject: [PATCH] Update modrinth-publish.yml --- .github/workflows/modrinth-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/modrinth-publish.yml b/.github/workflows/modrinth-publish.yml index 8244fe239..9f8b505a8 100644 --- a/.github/workflows/modrinth-publish.yml +++ b/.github/workflows/modrinth-publish.yml @@ -21,8 +21,8 @@ jobs: cache: maven # This step will take the version tag from the release and replace it in `pom.xml` before building. - - name: Set version from release tag - run: mvn -B versions:set -DnewVersion=${{ github.event.release.tag_name }} -DgenerateBackupPoms=false + #- name: Set version from release tag + # run: mvn -B versions:set -DnewVersion=${{ github.event.release.tag_name }} -DgenerateBackupPoms=false - name: Build and package with Maven run: mvn -B clean package --file pom.xml