Skip to content

Commit

Permalink
chore(gh): automatically publish nexus release in release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
timonback committed May 3, 2024
1 parent a7cece0 commit 4bd8631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
ORG_GRADLE_PROJECT_DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Publish maven artifacts
run: ./gradlew publish
run: ./gradlew publish closeAndReleaseStagingRepositories
env:
ORG_GRADLE_PROJECT_SIGNINGKEY: ${{secrets.ORG_GRADLE_PROJECT_SIGNINGKEY}}
ORG_GRADLE_PROJECT_SIGNINGPASSWORD: ${{secrets.ORG_GRADLE_PROJECT_SIGNINGPASSWORD}}
Expand Down

0 comments on commit 4bd8631

Please sign in to comment.