Skip to content

Commit

Permalink
Release: fix missing credentials for Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Paleologue committed Jul 21, 2021
1 parent 90011e2 commit 368ea52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build & publish with Gradle
run: ./gradlew "-PsigningInMemoryKey=${{ secrets.ARTIFACT_SIGNING_KEY }}" "-PsigningInMemoryKeyPassword=${{ secrets.ARTIFACT_SIGNING_PASSWORD }}" publish --stacktrace
run: ./gradlew "-PsigningInMemoryKey=${{ secrets.ARTIFACT_SIGNING_KEY }}" "-PsigningInMemoryKeyPassword=${{ secrets.ARTIFACT_SIGNING_PASSWORD }}" "-PmavenCentralUsername=${{ secrets.MAVEN_CENTRAL_USERNAME }}" "-PmavenCentralPassword=${{ secrets.MAVEN_CENTRAL_PASSWORD }}" publish --stacktrace

- uses: "marvinpinto/action-automatic-releases@latest"
with:
Expand Down

0 comments on commit 368ea52

Please sign in to comment.