Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
9f0743eddf | |||
216e843433 |
@ -23,13 +23,14 @@ jobs:
|
||||
run: |
|
||||
cd CoreProtect && ls -lah
|
||||
sed -i 's/<project.branch><\/project.branch>/<project.branch>master<\/project.branch>/' pom.xml
|
||||
sed -i "s|<version>22.4</version>|<version>23.1</version>|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/
|
||||
|
13
README.md
13
README.md
@ -1,2 +1,15 @@
|
||||
# CoreProtect-Build
|
||||
|
||||
|
||||
Při každém updatu zkontrolovat ve scripts verzi https://github.com/PlayPro/CoreProtect/tree/master/src/main/java/net/coreprotect/patch/script
|
||||
|
||||
```
|
||||
Spiara
|
||||
on Aug 6, 2024 · edited by Spiara
|
||||
build.gradle
|
||||
[line 10] String projectVersion = '22.4' → String projectVersion = '23.1'
|
||||
|
||||
pom.xml
|
||||
[line 5] <version>22.4</version> → <version>23.1</version>
|
||||
[line 7] <project.branch></project.branch> → <project.branch>master</project.branch>
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user