Skip to content

Commit

Permalink
update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anwarpro committed Oct 6, 2024
1 parent f9c0db5 commit b44e194
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ permissions:

jobs:
build:
uses: ./.github/workflows/gradle.yml
deploy:
needs: build
name: Build
runs-on: macos-latest
steps:
- name: Checkout code
Expand All @@ -35,12 +33,6 @@ jobs:
brew install gpg
echo "$SIGNING_KEY" | gpg --dearmor > ${HOME}/secring.gpg
- uses: actions/cache@v3
with:
path: |
~/.konan
key: macos-latest-${{ hashFiles('**/.lock') }}

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

Expand All @@ -64,4 +56,4 @@ jobs:

- name: Publish To Maven Central
run: |
./gradlew publishAndReleaseToMavenCentral --no-configuration-cache
./gradlew publishAndReleaseToMavenCentral --no-configuration-cache

0 comments on commit b44e194

Please sign in to comment.