Skip to content

Commit c7954b7

Browse files
authored
Update release.yaml
1 parent 2db9553 commit c7954b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build Release
22

33
on:
44
release:
5-
types: [created]
5+
types: [published]
66

77
jobs:
88
releases-matrix:
@@ -28,4 +28,4 @@ jobs:
2828
goarch: ${{ matrix.goarch }}
2929
goversion: "1.19"
3030
project_path: "."
31-
ldflags: -X "main.version=${{ env.VERSION }}"
31+
ldflags: -X "main.version=${{ env.VERSION }}"

0 commit comments

Comments
 (0)