Debug github action

This commit is contained in:
hongqiaowei
2023-04-11 11:22:15 +08:00
parent 15036163ed
commit 1ee2f38575

View File

@@ -85,6 +85,7 @@ jobs:
push: true
tags: fizzgate/fizz-gateway-community:${{ steps.releaseVersion.outputs.substring }}
- name: Publish to Apache Maven Central
run: mvn -X -e deploy
if: startsWith(github.ref, 'refs/tags/')
uses: samuelmeuli/action-maven-publish@v1
with: