Skip to content

Commit

Permalink
gradle workflow fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Jan 21, 2025
1 parent 884a795 commit 12905cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: gradle/actions/setup-gradle@v4.2.2

- name: Build
run: ./gradlew build sourcesJar dokkaGeneratePublicationHtml sign publish
run: ./gradlew build kotlinSourcesJar javadocJar sign publish
env:
ORG_GRADLE_PROJECT_githubActor: ${{ secrets.GITHUBACTOR }}
ORG_GRADLE_PROJECT_githubToken: ${{ secrets.GITHUBTOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
JRELEASER_DEPLOY_MAVEN_MAVENCENTRAL_MAVEN_CENTRAL_USERNAME: ${{ secrets.MAVEN_CENTRAL_USERNAME }}
JRELEASER_DEPLOY_MAVEN_MAVENCENTRAL_MAVEN_CENTRAL_PASSWORD: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
JRELEASER_DISCORD_WEBHOOK: ${{ secrets.DISCORD_ANNOUCEMENTS_WEBHOOK }}
run: ./gradlew -Pversion=$VERSION build sourcesJar dokkaGeneratePublicationHtml sign publish jreleaserDeploy jreleaserAnnounce
run: ./gradlew -Pversion=$VERSION build kotlinSourcesJar javadocJar sign publish jreleaserDeploy jreleaserAnnounce

- name: Display JReleaser trace.log (only on failure)
if: failure()
Expand Down

0 comments on commit 12905cd

Please sign in to comment.