fix(ci): remove useless step in release workflow

This commit is contained in:
Harsh Shandilya 2024-11-17 22:43:53 +05:30
parent 76dd90a287
commit 2816beff7f

View file

@ -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