File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -56,15 +56,15 @@ jobs:
5656
5757 - name : Conditionally Deploy to Igniterealtime Archiva
5858 id : deploy
59- if : ${{ contains(github.repository, 'igniterealtime/') && ( ( github.event_name == 'push' && github.ref == 'refs/heads/main' ) || contains(github.ref, 'refs/tags/') ) && matrix.java == '8 ' }}
59+ if : ${{ contains(github.repository, 'igniterealtime/') && ( ( github.event_name == 'push' && github.ref == 'refs/heads/main' ) || contains(github.ref, 'refs/tags/') ) && matrix.java == '11 ' }}
6060 run : mvn -B deploy -Dmaven.resolver.transport=wagon --settings target/ci-tooling/maven-settings-for-openfire-plugins.xml
6161 env :
6262 CI_DEPLOY_USERNAME : ${{ secrets.IGNITE_REALTIME_MAVEN_USERNAME }}
6363 CI_DEPLOY_PASSWORD : ${{ secrets.IGNITE_REALTIME_MAVEN_PASSWORD }}
6464
6565 - name : Conditionally Push Artifact to Github Release
6666 uses : actions/upload-release-asset@v1
67- if : ${{ contains(github.repository, 'igniterealtime/') && github.event_name == 'push' && contains(github.ref, 'refs/tags/') && matrix.java == '8 ' }}
67+ if : ${{ contains(github.repository, 'igniterealtime/') && github.event_name == 'push' && contains(github.ref, 'refs/tags/') && matrix.java == '11 ' }}
6868 env :
6969 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7070 with :
You can’t perform that action at this time.
0 commit comments