Skip to content

Commit 8d909b2

Browse files
committed
test: tbr
1 parent 756701b commit 8d909b2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,10 @@ jobs:
1616
run: go env GOPATH
1717
- name: "Build"
1818
run: go build
19+
- name: Release
20+
uses: goreleaser/goreleaser-action@v6
21+
env:
22+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23+
with:
24+
version: latest
25+
args: release --snapshot --clean

0 commit comments

Comments
 (0)