Skip to content

Commit e64723c

Browse files
committed
fix: correct syntax for workflow run name in Firebase distribution workflow
1 parent 721b517 commit e64723c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Upload To Firebase App Distribution.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,5 +110,5 @@ jobs:
110110
owner: context.repo.owner,
111111
repo: context.repo.repo,
112112
run_id: context.runId,
113-
name: `Build v${{ steps.all.outputs.version_major }}.${{ steps.all.outputs.version_minor }}.${{ steps.all.outputs.version_patch }} (Run #${{ github.run_number }})`
114-
})
113+
name: 'Build v${{ steps.all.outputs.version_major }}.${{ steps.all.outputs.version_minor }}.${{ steps.all.outputs.version_patch }} (Run #${{ github.run_number }})'
114+
})

0 commit comments

Comments
 (0)