Skip to content

Commit 4438625

Browse files
committed
Update job name for publish to publish from build
This was mistakenly put as "build" and was confusing. Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 1fe8965 commit 4438625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- '*'
77

88
jobs:
9-
build:
9+
publish:
1010
runs-on: actuated-8cpu-12gb
1111
steps:
1212
- uses: actions/checkout@master

0 commit comments

Comments
 (0)