Update maven.yml

This commit is contained in:
zimzaza4
2024-11-14 02:14:16 +08:00
committed by GitHub
parent f9969833b0
commit e1c6ca6d3b

View File

@@ -22,7 +22,8 @@ jobs:
# Build # Build
- name: Build with Maven - name: Build with Maven
run: man clean package run: mvn -B package --file pom.xml
- name: Auto release - name: Auto release
uses: "marvinpinto/action-automatic-releases@latest" uses: "marvinpinto/action-automatic-releases@latest"