Skip to content

Commit 9285678

Browse files
committed
Rename build job
Signed-off-by: Nicko Guyer <[email protected]>
1 parent 61d6277 commit 9285678

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build
1+
name: Build
22

33
on:
44
push:
@@ -10,7 +10,7 @@ permissions:
1010
contents: write
1111

1212
jobs:
13-
goreleaser:
13+
build:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout

0 commit comments

Comments
 (0)