Skip to content

Commit

Permalink
Only run the gradleutils task in the root project to avoid version du…
Browse files Browse the repository at this point in the history
…plication
  • Loading branch information
shartte committed Dec 24, 2024
1 parent 8f31a7a commit 29906c9
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 @@ -18,7 +18,7 @@ jobs:
java: 21
pre_gradle_tasks: test
gradle_tasks: publish
version_task: 'configureGitHubActions'
version_task: ':configureGitHubActions'
secrets:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
MAVEN_USER: ${{ secrets.MAVEN_USER }}
Expand Down

0 comments on commit 29906c9

Please sign in to comment.