File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout
11
- uses : actions/checkout@v3
11
+ uses : actions/checkout@v4
12
12
with :
13
13
fetch-depth : 0
14
14
- name : Set up Go
15
- uses : actions/setup-go@v4
15
+ uses : actions/setup-go@v5
16
16
with :
17
17
go-version : ' ^1.23.2'
18
18
- name : Run GoReleaser
19
- uses : goreleaser/goreleaser-action@v5
19
+ uses : goreleaser/goreleaser-action@v6
20
20
with :
21
21
distribution : goreleaser
22
- version : 1.21 .2
22
+ version : 2.3 .2
23
23
args : release --clean
24
24
env :
25
25
# This needs write access to the brew tap repo
Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ release:
35
35
owner : haimgel
36
36
name : slack-status-go
37
37
brews :
38
- - tap :
38
+ - repository :
39
39
owner : haimgel
40
40
name : homebrew-tools
41
41
name : slack-status
42
42
homepage : " https://github.com/haimgel/slack-status-go"
43
43
url_template : " https://github.com/haimgel/slack-status-go/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
44
44
description : " Set Slack status to predefined values from a command line."
45
- folder : Formula
45
+ directory : Formula
46
46
install : |
47
47
bin.install "slack-status"
48
48
test : |
You can’t perform that action at this time.
0 commit comments