We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 549f292 + a2c367c commit 2c956c0Copy full SHA for 2c956c0
1 file changed
.github/workflows/eas-build.yml
@@ -25,6 +25,7 @@
25
# - Value: The Personal Access Token you created
26
27
name: 'Build & Deploy'
28
+run-name: Build & Deploy - ${{inputs.platform}}
29
30
on:
31
workflow_dispatch:
@@ -177,4 +178,4 @@ jobs:
177
178
- name: 📦 Push changes to repository
179
if: inputs.new-version
180
run: |
- git push || echo "Skipping push: version was already updated."
181
+ git push || echo "Skipping push: version was already updated."
0 commit comments