aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/draft_new_release.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/draft_new_release.yml')
-rw-r--r--.github/workflows/draft_new_release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/draft_new_release.yml b/.github/workflows/draft_new_release.yml
index 676dbab8..3dc6f271 100644
--- a/.github/workflows/draft_new_release.yml
+++ b/.github/workflows/draft_new_release.yml
@@ -69,9 +69,9 @@ jobs:
# that the version number is already correct, and we only need to drop the
# -SNAPSHOT suffix.
if [[ "${CHECKOUT_REF}" == "develop" ]]; then
- ./gradlew --no-configuration-cache --no-daemon clearPreRelease
+ ./gradlew --no-daemon clearPreRelease
else
- ./gradlew --no-configuration-cache --no-daemon bumpPatch
+ ./gradlew --no-daemon bumpPatch
fi
# Commit changes to the versioning