Skip to content

Commit 4efd8ce

Browse files
committed
update workflow
1 parent 9639dcb commit 4efd8ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
deploy-tagged:
1111
if: ${{ startsWith(github.ref, 'refs/tags/') }}
12-
name: Tagged release deploy
12+
name: Tagged Release Deploy
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout code
@@ -36,7 +36,7 @@ jobs:
3636
3737
deploy-untagged:
3838
if: ${{ ! startsWith(github.ref, 'refs/tags/') }}
39-
name: Tagged release deploy
39+
name: Untagged Deploy
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: Checkout code

0 commit comments

Comments
 (0)