Skip to content

Commit 732a4c8

Browse files
committed
Update workflow steps names
1 parent 55f8313 commit 732a4c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and push to static branch
1+
name: CI
22

33
on:
44
push:
@@ -57,7 +57,7 @@ jobs:
5757
run: npm run push-static
5858

5959
update-latest:
60-
name: 'Update the latest release'
60+
name: 'Push to latest tag'
6161
runs-on: ubuntu-latest
6262
needs: push-static
6363
steps:

0 commit comments

Comments
 (0)