diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 221be62..023ecd5 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -23,14 +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 + sed -i "s|22.4|23.2|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: "23.1" + tag_name: "23.2" files: |- - CoreProtect/target/CoreProtect-23.1.jar + CoreProtect/target/CoreProtect-23.2.jar - name: Build | publish jar run: | cd CoreProtect && ls -lah target/