Skip to content

Commit

Permalink
Merge pull request #697 from galasa-dev/workflow-nexus-removal
Browse files Browse the repository at this point in the history
replaced publish to poublishToMavenLocal and removed nexus secrets
  • Loading branch information
KirbyKatcher authored Sep 6, 2023
2 parents bedf37f + a4f321c commit d45683d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,14 +249,6 @@ 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 d45683d

Please sign in to comment.