fix(release): make push command branch agnostic

This commit is contained in:
Harsh Shandilya 2022-11-20 13:48:53 +05:30
parent eaf6d55108
commit e4499ab8d3
No known key found for this signature in database

View file

@ -104,4 +104,4 @@ jobs:
./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 origin main
git push -u origin