Skip to content

Commit 2c956c0

Browse files
authored
Merge pull request #141 from rootstrap/chore/add-platform-to-build-name
Add run-name to build and deploy workflow
2 parents 549f292 + a2c367c commit 2c956c0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/eas-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
# - Value: The Personal Access Token you created
2626

2727
name: 'Build & Deploy'
28+
run-name: Build & Deploy - ${{inputs.platform}}
2829

2930
on:
3031
workflow_dispatch:
@@ -177,4 +178,4 @@ jobs:
177178
- name: 📦 Push changes to repository
178179
if: inputs.new-version
179180
run: |
180-
git push || echo "Skipping push: version was already updated."
181+
git push || echo "Skipping push: version was already updated."

0 commit comments

Comments
 (0)