Update maven.yml
This commit is contained in:
parent
f5cedb3251
commit
7d41234b38
1 changed files with 0 additions and 7 deletions
7
.github/workflows/maven.yml
vendored
7
.github/workflows/maven.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue