diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index bb28a7d..221be62 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -23,13 +23,14 @@ jobs: run: | cd CoreProtect && ls -lah sed -i 's/<\/project.branch>/master<\/project.branch>/' pom.xml + sed -i "s|22.4|23.1|g" pom.xml mvn clean install && ls -lah && ls */ -lah && ls */* -lah&& ls */*/* -lah - name: Release uses: https://git.lipovcan.cz/Upstream/gitea-release-action.git@v1 with: - tag_name: "1.21.5" + tag_name: "23.1" files: |- - CoreProtect/target/CoreProtect-22.4.jar + CoreProtect/target/CoreProtect-23.1.jar - name: Build | publish jar run: | cd CoreProtect && ls -lah target/