Skip to content

Commit c40ed4f

Browse files
author
Qingping Hou
committed
fix yaml syntax for release job
1 parent 8fc95b0 commit c40ed4f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,12 @@ jobs:
2727
run: make test
2828

2929
release:
30+
name: Release
3031
if: startsWith(github.ref, 'refs/tags/')
32+
runs-on: ubuntu-latest
33+
steps:
3134

32-
- name: Release
35+
- name: Run goreleaser
3336
uses: goreleaser/goreleaser-action@v1
3437
with:
3538
version: v0.127.0

0 commit comments

Comments
 (0)