Skip to content

Commit

Permalink
Merge pull request #93 from element-hq/fix/jme/fix-gh-publishing
Browse files Browse the repository at this point in the history
Fix GH publish action
  • Loading branch information
bmarty authored Oct 14, 2024
2 parents 78c6fdc + 576e6d3 commit 1afc0a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
distribution: 'temurin'
java-version: '17'

- name: Setup Gradle
- name: Setup gradle
uses: gradle/actions/setup-gradle@v4

- name: ⬆️ Publish to Sonatype
- name: 🚀 Publish to Sonatype
run: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache

0 comments on commit 1afc0a0

Please sign in to comment.