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