mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 00:07:05 +05:30
fix(release): push the tag directly
This commit is contained in:
parent
0eba2aeaf4
commit
ed23fab7d9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue