From dc76776fe806ea8130eeeb28a0071c876daa7eba Mon Sep 17 00:00:00 2001 From: Davide De Rosa Date: Mon, 31 Oct 2022 14:05:15 +0100 Subject: [PATCH] Annotate public beta tags --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bce66d3c..6d15481c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -122,7 +122,7 @@ jobs: bundle exec fastlane --env mac,beta run pilot - name: Tag beta run: | - git tag "v$PILOT_APP_VERSION-b$PILOT_BUILD_NUMBER" && git push --tags + git tag -a "v$PILOT_APP_VERSION-b$PILOT_BUILD_NUMBER" -m "Public Beta" && git push --tags submit_for_app_review: name: Submit to App Review runs-on: ubuntu-latest