Skip to content

Commit

Permalink
fix variable names for signing
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Aug 6, 2024
1 parent 1cf0a80 commit 78c7cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
run: ./gradlew build
- run: echo "Build status report=${{ job.status }}."
- name: Deploy to Sonatype / Maven Central
run: ./gradlew -PcentralPortalToken='${{ secrets.CENTRAL_PORTAL_TOKEN }}' -PcentralPortalPassword='${{ secrets.CENTRAL_PORTAL_PASSWORD }}' -Psigning.inMemoryKeyId='${{ secrets.SIGNING_KEY_ID }}' -Psigning.inMemoryKeyPassword='${{ secrets.SIGNING_KEY_PASSWORD }}' -Psigning.inMemoryKey='${{ secrets.SIGNING_KEY_IN_MEMORY }}' publishAllPublicationsToCentralPortal
run: ./gradlew -PcentralPortalToken='${{ secrets.CENTRAL_PORTAL_TOKEN }}' -PcentralPortalPassword='${{ secrets.CENTRAL_PORTAL_PASSWORD }}' -PsigningInMemoryKeyId='${{ secrets.SIGNING_KEY_ID }}' -PsigningInMemoryKeyPassword='${{ secrets.SIGNING_KEY_PASSWORD }}' -PsigningInMemoryKey='${{ secrets.SIGNING_KEY_IN_MEMORY }}' publishAllPublicationsToCentralPortal

0 comments on commit 78c7cd1

Please sign in to comment.