Skip to content

Commit

Permalink
Merge pull request #20 from square/develop
Browse files Browse the repository at this point in the history
Allow local publishing without signing for release testing
  • Loading branch information
pablobaxter committed Nov 29, 2023
2 parents 9fcac02 + d374360 commit 1259970
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 publishToMavenLocal build
run: ./gradlew -PRELEASE_SIGNING_ENABLED=false publishToMavenLocal build
- name: Publish the artifacts
env:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_NEXUS_USERNAME }}
Expand Down

0 comments on commit 1259970

Please sign in to comment.