fix(release): push the tag directly

This commit is contained in:
Harsh Shandilya 2022-11-14 19:04:42 +05:30
parent 0eba2aeaf4
commit ed23fab7d9
No known key found for this signature in database

View file

@ -67,8 +67,8 @@ jobs:
VERSION="$(tail -n1 android/version.properties | cut -d = -f 2)"
git tag "v${VERSION}" -F distribution/whatsnew/whatsnew-en-GB
# Push everything to GitHub
git push origin --all
# Push the tag to GitHub
git push origin "v${VERSION}"
# Create a GitHub release
gh release create "v${VERSION}" -F distribution/whatsnew/whatsnew-en-GB --title "v${VERSION}" ./android/apk/*.apk ./android/bundle/*.aab