File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 2424 cache : maven
2525 - name : Build with Maven
2626 # Run maven deploy only on push or workflow dispatch to Roche-CSI-main
27- run : ./mvnw -s "${GITHUB_WORKSPACE}/.github/workflows/maven-settings.xml" -B ${{ (((github.event_name == 'push') || (github.event_name == 'workflow_dispatch')) && (github.ref == 'refs/heads/Roche-CSI-main')) && 'deploy' || 'package' }} --file pom.xml -P release -Dgpg.skip
27+ run : mvn -s "${GITHUB_WORKSPACE}/.github/workflows/maven-settings.xml" -B ${{ (((github.event_name == 'push') || (github.event_name == 'workflow_dispatch')) && (github.ref == 'refs/heads/Roche-CSI-main')) && 'deploy' || 'package' }} --file pom.xml -P release -Dgpg.skip
2828 env :
2929 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments