Update .gitea/workflows/main.yml
Java CI with Maven / build (push) Failing after 1m6s

This commit is contained in:
2025-02-04 11:42:49 +00:00
parent 5ec893d15a
commit c1f2ac0f56
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- name: Build with Maven - name: Build with Maven
run: mvn -B package --file pom.xml run: mvn -B package --file pom.xml
- name: Release - name: Release
uses: actions/release-action@main uses: https://gitea.com/actions/release-action@main
with: with:
files: ./target/fantasysmp*.jar files: ./target/fantasysmp*.jar
api_key: '${{secrets.RELEASE_TOKEN}}' api_key: '${{secrets.RELEASE_TOKEN}}'