From a2c367c27e044bd3f15613f5c0fd669b99cc737e Mon Sep 17 00:00:00 2001 From: Manuela Viola Date: Fri, 16 Jan 2026 18:22:39 -0300 Subject: [PATCH] Add run-name to build and deploy workflow This PR fixes that is nice to know when the build is for Android or iOS so now it is included in the name. Thanks @asdolo --- .github/workflows/eas-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/eas-build.yml b/.github/workflows/eas-build.yml index 10cac3657..9aef483c1 100644 --- a/.github/workflows/eas-build.yml +++ b/.github/workflows/eas-build.yml @@ -25,6 +25,7 @@ # - Value: The Personal Access Token you created name: 'Build & Deploy' +run-name: Build & Deploy - ${{inputs.platform}} on: workflow_dispatch: @@ -177,4 +178,4 @@ jobs: - name: 📦 Push changes to repository if: inputs.new-version run: | - git push || echo "Skipping push: version was already updated." \ No newline at end of file + git push || echo "Skipping push: version was already updated."