We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9639dcb commit 4efd8ceCopy full SHA for 4efd8ce
1 file changed
.github/workflows/build-deploy.yaml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
deploy-tagged:
11
if: ${{ startsWith(github.ref, 'refs/tags/') }}
12
- name: Tagged release deploy
+ name: Tagged Release Deploy
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout code
@@ -36,7 +36,7 @@ jobs:
36
37
deploy-untagged:
38
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
39
+ name: Untagged Deploy
40
41
42
0 commit comments