File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5151 - name : Build with Maven
5252 run : mvn -Dlogging.config.file=\${maven.multiModuleProjectDirectory}/logging.ci.properties verify -B
5353 - name : Deploy with Maven
54- run : mvn -s .travis.settings.xml -Dgithub.username=$GITHUB_USERNAME -Dgithub.password=$GITHUB_TOKEN deploy -DskipTests -B
55- env :
56- GITHUB_USERNAME : ${{ secrets.GITHUB_USERNAME }}
57- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
58- if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
54+ run : mvn -s .travis.settings.xml -Dgithub.username=$GITHUB_USERNAME -Dgithub.password=$GITHUB_TOKEN deploy -DskipTests -B
55+ env :
56+ GITHUB_USERNAME : ${{ secrets.GITHUB_USERNAME }}
57+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
58+ if : ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
You can’t perform that action at this time.
0 commit comments