Skip to content

Commit 5fe71bc

Browse files
committed
kaka
1 parent f3fb097 commit 5fe71bc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
name: goreleaser
2+
on:
3+
push:
4+
tags:
5+
- '*'
16
jobs:
27
release:
38
runs-on: ubuntu-latest
@@ -8,6 +13,8 @@ jobs:
813
uses: actions/checkout@v4
914
with:
1015
fetch-depth: 0 # IMPORTANT for GoReleaser to work properly
16+
- name: Set up Go
17+
uses: actions/setup-go@v5
1118
- name: Run GoReleaser
1219
uses: goreleaser/goreleaser-action@v6
1320
with:

0 commit comments

Comments
 (0)