Skip to content

Commit

Permalink
Merge branch 'next' into zippeddist
Browse files Browse the repository at this point in the history
  • Loading branch information
CaroMac authored Oct 11, 2023
2 parents 11141b2 + d5a4031 commit 04969f9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,14 @@ jobs:
run: ./gradlew --info libertyPackage
working-directory: package-jar

- name: Publish with Gradle
if: ${{ github.ref == 'refs/heads/staging' || github.ref == 'refs/heads/next' }}
run: ./gradlew --info publish
working-directory: package-jar
env:
ORG_GRADLE_PROJECT_galasaNexusUsername: ${{ secrets.NEXUS_USERNAME }}
ORG_GRADLE_PROJECT_galasaNexusPassword: ${{ secrets.NEXUS_PASSWORD }}

- name: Upload JAR
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 04969f9

Please sign in to comment.