Update maven-release.yml

This commit is contained in:
Fabio Formosa
2022-11-19 11:38:35 +01:00
committed by GitHub
parent c70fe687e1
commit d3a406a382

View File

@@ -41,6 +41,6 @@ jobs:
java-version: '11'
distribution: 'temurin'
- name: Publish to GitHub Packages Apache Maven
run: mvn deploy --file quartz-manager-parent/pom.xml -P deploy-github, build-webjar
run: mvn deploy --file quartz-manager-parent/pom.xml -P "deploy-github,build-webjar"
env:
GITHUB_TOKEN: ${{ github.token }}