Skip to content

Commit d515533

Browse files
committed
add goreleaser
1 parent 8329c51 commit d515533

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/rpm-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
go-version-file: "go.mod"
2626
cache: true
2727

28+
- name: Install GoReleaser
29+
run: go install github.com/goreleaser/goreleaser/v2@latest
30+
2831
- name: Import GPG key
2932
uses: crazy-max/ghaction-import-gpg@v6
3033
with:

0 commit comments

Comments
 (0)