Skip to content

Commit

Permalink
Run publishing on macos to get all the binaries (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: Drew Heavner <[email protected]>
  • Loading branch information
r0adkll and Drew Heavner authored Aug 16, 2024
1 parent cd3e2a9 commit b5f42d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ jobs:
**/build/reports/**
publish:
runs-on: ubuntu-latest
runs-on: macos-latest
timeout-minutes: 60
needs: [ build ]
if: github.repository == 'r0adkll/kimchi' && github.ref == 'refs/heads/main'

Expand All @@ -70,4 +71,4 @@ jobs:
uses: gradle/actions/setup-gradle@v4

- name: Publish snapshot (main branch only)
run: ./gradlew publish -PmavenCentralUsername=${{ secrets.SONATYPEUSERNAME }} -PmavenCentralPassword=${{ secrets.SONATYPEPASSWORD }} --no-configuration-cache --quiet
run: ./gradlew publish -PmavenCentralUsername=${{ secrets.SONATYPEUSERNAME }} -PmavenCentralPassword=${{ secrets.SONATYPEPASSWORD }} --no-configuration-cache

0 comments on commit b5f42d8

Please sign in to comment.