Skip to content

Commit

Permalink
Merge pull request #637 from hexagonkt/develop
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
jaguililla authored Jun 20, 2023
2 parents 0898782 + 48f92d3 commit d5062a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
git remote set-url origin "$REMOTE"
git clone "$REMOTE" --branch gh-pages build/gh-pages
./gradlew --info build
./gradlew --info -x build buildSite
./gradlew --info -x build -x apiDump buildSite
ls -AlF site/build/site
- name: Publish Packages
Expand All @@ -50,7 +50,7 @@ jobs:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}
SIGNING_PASSWORD: ${{ secrets.SIGNING_PASSWORD }}
run: ./gradlew --info --no-daemon -x test release
run: ./gradlew --info --no-daemon -x test -x apiDump release

- name: Publish Site
run: |
Expand Down

0 comments on commit d5062a9

Please sign in to comment.