From 7d41234b38f428d362f2c4552e718c63901d04ca Mon Sep 17 00:00:00 2001 From: potzplitz <127513690+potzplitz@users.noreply.github.com> Date: Sun, 3 Mar 2024 02:33:35 +0100 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 411c08f..61cc304 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -37,10 +37,3 @@ jobs: - name: Copy built JAR files run: cp -r target/*.jar builds/ - - - name: Update version.txt - run: | - sed -i 's/old_text/new_text/g' ver/version.txt - git add ver/version.txt builds/*.jar - git commit -m "Updated version and built JAR files" - git push