Skip to content

Commit

Permalink
Merge pull request #268 from solarwinds/cc/NH-92598
Browse files Browse the repository at this point in the history
NH-92598: remove nexus plugin task run because they're not working
  • Loading branch information
cleverchuk authored Sep 30, 2024
2 parents 2aa7bee + 75e845c commit 95d13a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: gradle/actions/setup-gradle@v3

- name: Publish
run: ./gradlew publish closeAndReleaseSonatypeStagingRepository
run: ./gradlew publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# The secrets are for publishing the build artifacts to the Maven Central.
Expand Down

0 comments on commit 95d13a4

Please sign in to comment.