From 2816beff7fa37d182280d0d7f01ef94cb8ab29be Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sun, 17 Nov 2024 22:43:53 +0530 Subject: [PATCH] fix(ci): remove useless step in release workflow --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 380f9514..ba87d646 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -107,6 +107,5 @@ jobs: # Start the next development iteration ./gradlew -q --no-configuration-cache bumpSnapshot - truncate -s 0 distribution/whatsnew/whatsnew-en-GB # Clear changelog git commit -am 'feat(release): start next development iteration' git push -u origin