Skip to content

Commit 7a733e8

Browse files
add git command
1 parent 7ab8dc0 commit 7a733e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/staging.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
- run: echo ${{steps.tag.outputs.tag}}
5656

5757
- run: |
58+
git describe --tags
59+
git describe --tags --match='v*'
5860
echo $KEYSTORE | base64 -d -i > /tmp/my-release-key.keystore
5961
echo $SA_JSON_KEY | base64 -d -i > key_firebase.json
6062
echo $GOOGLE_SERVICES_JSON | base64 -d -i > app/google-services.json

0 commit comments

Comments
 (0)