Compare commits
No commits in common. "main" and "1.21.8" have entirely different histories.
@ -22,15 +22,15 @@ jobs:
|
|||||||
- name: Build | Gradlew build
|
- name: Build | Gradlew build
|
||||||
run: |
|
run: |
|
||||||
cd CoreProtect && ls -lah
|
cd CoreProtect && ls -lah
|
||||||
sed -i 's/<project.branch><\/project.branch>/<project.branch>premium<\/project.branch>/' pom.xml
|
sed -i 's/<project.branch><\/project.branch>/<project.branch>master<\/project.branch>/' pom.xml
|
||||||
sed -i "s|<version>22.4</version>|<version>23.2</version>|g" 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
|
mvn clean install && ls -lah && ls */ -lah && ls */* -lah&& ls */*/* -lah
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: https://git.lipovcan.cz/Upstream/gitea-release-action.git@v1
|
uses: https://git.lipovcan.cz/Upstream/gitea-release-action.git@v1
|
||||||
with:
|
with:
|
||||||
tag_name: "1.21.8"
|
tag_name: "1.21.8"
|
||||||
files: |-
|
files: |-
|
||||||
CoreProtect/target/CoreProtect-23.2.jar
|
CoreProtect/target/CoreProtect-23.1.jar
|
||||||
- name: Build | publish jar
|
- name: Build | publish jar
|
||||||
run: |
|
run: |
|
||||||
cd CoreProtect && ls -lah target/
|
cd CoreProtect && ls -lah target/
|
||||||
|
Loading…
Reference in New Issue
Block a user