Skip to content

Commit

Permalink
Retry
Browse files Browse the repository at this point in the history
  • Loading branch information
tcamise-gpsw committed Dec 6, 2024
1 parent c4e4323 commit e244232
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

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

- name: Publish To Maven Central
env:
Expand All @@ -38,4 +38,4 @@ jobs:
SIGNING_KEY_PASSWORD: ${{ secrets.SIGNING_KEY_PASSWORD }}
run: |
chmod 777 ./gradlew
./gradlew my-lib:publishAndReleaseToMavenCentral --no-configuration-cache
./gradlew capitalizeLib:publishToMavenCentral --no-configuration-cache

0 comments on commit e244232

Please sign in to comment.