Skip to content

Commit

Permalink
🔨 Release workflow: workaround for bug in Gradle 8.10.1
Browse files Browse the repository at this point in the history
Related Gradle issue: gradle/gradle#30472
  • Loading branch information
berlix committed Sep 23, 2024
1 parent 23c4701 commit ccd6093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: echo "VERSION=`./gradlew -q printVersion | tail -n 1`" >> $GITHUB_ENV

- name: Publish package
run: ./gradlew publish --info --stacktrace
run: ./gradlew publish --info --stacktrace --no-daemon
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
Expand Down

0 comments on commit ccd6093

Please sign in to comment.