Skip to content

Commit

Permalink
chore: Update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
charlee-dev committed Feb 23, 2024
1 parent 5da9671 commit b59d060
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 20 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@ jobs:
strategy:
matrix:
include:
- target: publishIosArm64PublicationToSonatypeRepository
os: macos-latest
- target: publishAndroidReleasePublicationToSonatypeRepository
os: ubuntu-latest
- target: publishJvmPublicationToSonatypeRepository
os: ubuntu-latest
- target: publishLinuxX64PublicationToSonatypeRepository
- target: publishJsPublicationToSonatypeRepository
os: ubuntu-latest
- target: publishKotlinMultiplatformPublicationToSonatypeRepository
os: ubuntu-latest
Expand All @@ -43,8 +37,8 @@ jobs:
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v5
with:
gpg_private_key: ${{ secrets.OSSRH_GPG_SECRET_KEY }}
passphrase: ${{ secrets.OSSRH_GPG_SECRET_KEY_PASSWORD }}
gpg_private_key: ${{ secrets.SIGNING_KEY }}
passphrase: ${{ secrets.SIGNING_PASSWORD }}
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
Expand All @@ -56,8 +50,8 @@ jobs:
arguments: |
${{ matrix.target }}
closeSonatypeStagingRepository
-Psigning.gnupg.passphrase='${{secrets.OSSRH_GPG_SECRET_KEY_PASSWORD}}'
-Psigning.gnupg.keyName='${{secrets.OSSRH_GPG_SECRET_KEY_ID}}'
-Psigning.gnupg.passphrase='${{secrets.SIGNING_PASSWORD}}'
-Psigning.gnupg.keyName='${{secrets.SECRET_KEY_ID}}'
-PsonatypeUsername='${{secrets.OSSRH_USERNAME}}'
-PsonatypePassword='${{secrets.OSSRH_PASSWORD}}'
10 changes: 1 addition & 9 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,7 @@ jobs:
strategy:
matrix:
include:
- target: iosSimulatorArm64Test
os: macos-latest
- target: jvmTest
os: ubuntu-latest
- target: linuxX64Test
os: ubuntu-latest
- target: testDebugUnitTest
os: ubuntu-latest
- target: testReleaseUnitTest
- target: jsMainTest
os: ubuntu-latest
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit b59d060

Please sign in to comment.