We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ab8dc0 commit 7a733e8Copy full SHA for 7a733e8
.github/workflows/staging.yaml
@@ -55,6 +55,8 @@ jobs:
55
- run: echo ${{steps.tag.outputs.tag}}
56
57
- run: |
58
+ git describe --tags
59
+ git describe --tags --match='v*'
60
echo $KEYSTORE | base64 -d -i > /tmp/my-release-key.keystore
61
echo $SA_JSON_KEY | base64 -d -i > key_firebase.json
62
echo $GOOGLE_SERVICES_JSON | base64 -d -i > app/google-services.json
0 commit comments