Skip to content

Commit

Permalink
Fix release script
Browse files Browse the repository at this point in the history
  • Loading branch information
pablobaxter committed Nov 29, 2023
1 parent 0b6ce5e commit 9fe63dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
gradle-home-cache-cleanup: true

- name: Assemble in parallel
run: ./gradlew build
run: ./gradlew publishToMavenLocal build
- name: Publish the artifacts
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_NEXUS_USERNAME }}
Expand Down

0 comments on commit 9fe63dd

Please sign in to comment.