Update maven.yml

This commit is contained in:
potzplitz 2024-03-03 02:33:35 +01:00 committed by GitHub
parent f5cedb3251
commit 7d41234b38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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