Skip to content

Commit

Permalink
Release: now signing and publishing to Maven Central from GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Paleologue committed Jul 21, 2021
1 parent c450742 commit 0b67891
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tagged-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:

- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew assembleRelease

- name: Build & publish with Gradle
run: ./gradlew "-PsigningInMemoryKey=${{ secrets.ARTIFACT_SIGNING_KEY }}" "-PsigningInMemoryKeyPassword=${{ secrets.ARTIFACT_SIGNING_PASSWORD }}" publish --stacktrace

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

0 comments on commit 0b67891

Please sign in to comment.