Skip to content

Commit

Permalink
attempt to dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
dalafiarisamuel committed Oct 20, 2024
1 parent 15ef309 commit 40d0597
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'temurin'
distribution: 'zulu'
java-version: '17'

- name: Configure GPG
Expand All @@ -38,14 +38,11 @@ jobs:
echo "signing.password=${SIGNING_KEY_PASSWORD}" >> gradle.properties
echo "signing.secretKeyRingFile=${HOME}/secring.gpg" >> gradle.properties
- name: Print gradle.properties
run: cat gradle.properties

- name: Setup Xcode
uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable

- name: Publish To Maven Central
run: |
./gradlew publishToMavenCentral --info --no-configuration-cache
./gradlew :contactpicker:publishToMavenCentral --dry-run --info

0 comments on commit 40d0597

Please sign in to comment.