modify CI-CD scripr
Some checks failed
Java CI with Maven / build (push) Failing after 39m31s

This commit is contained in:
zhangyuheng 2024-01-16 16:45:31 +08:00
parent f90ac6c846
commit 51056b6711
2 changed files with 2 additions and 4 deletions

View File

@ -29,9 +29,7 @@ jobs:
run: | run: |
echo "done!" echo "done!"
- name: "setup go for release script" - name: "setup go for release script"
uses: https://ssl.lunadeer.cn:14446/actions/setup-go@v4 run: apt-get update && apt-get install -y golang
with:
go-version: '>=1.20.1'
- name: "Release" - name: "Release"
uses: https://ssl.lunadeer.cn:14446/actions/release-action@main uses: https://ssl.lunadeer.cn:14446/actions/release-action@main
with: with:

View File

@ -6,7 +6,7 @@
<groupId>site.deercloud</groupId> <groupId>site.deercloud</groupId>
<artifactId>LiteWorldEdit</artifactId> <artifactId>LiteWorldEdit</artifactId>
<version>2.1.5.2</version> <version>2.1.5.3</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>LiteWorldEdit</name> <name>LiteWorldEdit</name>