Skip to content

Commit

Permalink
maven artifact test
Browse files Browse the repository at this point in the history
  • Loading branch information
see-eff committed Oct 2, 2023
1 parent 717e0c8 commit c019bd4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ jobs:

- name: Setup Gradle
uses: gradle/gradle-build-action@v2.8.1
- name: Execute Gradle build
env:
MAVENCENTRALUSERNAME: ${{ secrets.MAVENCENTRALUSERNAME }}
MAVENCENTRALPASSWORD: ${{ secrets.MAVENCENTRALPASSWORD }}
SIGNINGKEY: ${{ secrets.SIGNINGKEY }}
SIGNINGPASSWORD: ${{ secrets.SIGNINGPASSWORD }}

- name: Execute Gradle build
run: ./gradlew publishToSonatype closeAndReleaseStagingRepository

0 comments on commit c019bd4

Please sign in to comment.