Skip to content

Commit 3e536f0

Browse files
author
Qingping Hou
committed
move release step to release job
1 parent 08f1b16 commit 3e536f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- name: Run test
2727
run: make test
2828

29+
release:
2930
- name: Release
3031
uses: goreleaser/goreleaser-action@v1
3132
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)