Skip to content

Commit

Permalink
chore: minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ennioVisco committed Jun 17, 2024
1 parent 7da0585 commit 6ebb254
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ jobs:
- name: Change wrapper permissions
run: chmod +x gradlew
- name: Run gradle publish (MavenCentral)
run: |
echo "Stripped version: ${{ steps.strip.outputs.stripped }}"
./gradlew publishAllPublicationsToMavenCentralRepository --no-configuration-cache
run: ./gradlew publishAllPublicationsToMavenCentralRepository --no-configuration-cache
env:
ORG_GRADLE_PROJECT_projectVersion: ${{ steps.strip.outputs.stripped }}
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_PASSWORD }}
Expand Down

0 comments on commit 6ebb254

Please sign in to comment.