Skip to content

Commit

Permalink
Merge pull request #713 from galasa-dev/re-enstate_nexus
Browse files Browse the repository at this point in the history
Re enstate nexus
  • Loading branch information
KirbyKatcher authored Oct 11, 2023
2 parents b99bd8e + 680589a commit d5a4031
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 d5a4031

Please sign in to comment.