Skip to content

Commit d4c7b29

Browse files
committed
Bump the go-release-action version
Signed-off-by: popcorny <celu@infuseai.io>
1 parent d4d3006 commit d4c7b29

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@ jobs:
1616
- name: Show environment
1717
run: export
1818
- uses: actions/checkout@v2
19-
- uses: wangyoucao577/go-release-action@v1.18
19+
- uses: wangyoucao577/go-release-action@v1.25
2020
with:
2121
github_token: ${{ secrets.GITHUB_TOKEN }}
2222
goos: ${{ matrix.goos }}
2323
goarch: ${{ matrix.goarch }}
2424
build_command: "make"
2525
build_flags: "build"
26-
binary_name: "art"
2726
ldflags: "-I."
2827
extra_files: bin/art
2928
pre_command: "git clean -df"

0 commit comments

Comments
 (0)