Skip to content

Commit

Permalink
chore: re-enabled mavencentral publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
ennioVisco committed Jun 16, 2024
1 parent 4a71994 commit 7de5e80
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@ jobs:
restore-keys: ${{ runner.os }}-gradle
- name: Change wrapper permissions
run: chmod +x gradlew
# - name: Run gradle publish
# run: ./gradlew publishAllPublicationsToMavenCentralRepository --no-configuration-cache
# env:
# ORG_GRADLE_PROJECT_projectVersion: ${{ needs.infer-version.outputs.version }}
# ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_PASSWORD }}
# ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SIGNING_KEY }}
# ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_USERNAME }}
# ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_PASSWORD }}
- name: Run gradle publish
run: ./gradlew publishAllPublicationsToMavenCentralRepository --no-configuration-cache
env:
ORG_GRADLE_PROJECT_projectVersion: ${{ needs.infer-version.outputs.version }}
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_PASSWORD }}
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SIGNING_KEY }}
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_USERNAME }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_PASSWORD }}
- name: Nyx publish
uses: mooltiverse/nyx-github-action@main
env:
Expand Down

0 comments on commit 7de5e80

Please sign in to comment.