Skip to content

Commit 45fcc75

Browse files
author
sam bacha
committed
Update go.yml
1 parent c906a8f commit 45fcc75

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/go.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,16 @@ jobs:
2323
run: go mod tidy && go build -o protoc-gen-sol
2424
- name: Go report card
2525
uses: creekorful/goreportcard-action@v1.0
26+
27+
- name: Run GoReleaser
28+
uses: goreleaser/goreleaser-action@v2
29+
with:
30+
version: latest
31+
args: release --rm-dist
32+
env:
33+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34+
- name: Upload assets
35+
uses: actions/upload-artifact@v2
36+
with:
37+
name: protoc-gen-sol
38+
path: dist/*

0 commit comments

Comments
 (0)