Skip to content

Commit 9143cfe

Browse files
committed
Upgrade CI/Cd
1 parent c672306 commit 9143cfe

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/release.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212
with:
1313
fetch-depth: 0
1414
- name: Set up Go
15-
uses: actions/setup-go@v4
15+
uses: actions/setup-go@v5
1616
with:
1717
go-version: '^1.23.2'
1818
- name: Run GoReleaser
19-
uses: goreleaser/goreleaser-action@v5
19+
uses: goreleaser/goreleaser-action@v6
2020
with:
2121
distribution: goreleaser
22-
version: 1.21.2
22+
version: 2.3.2
2323
args: release --clean
2424
env:
2525
# This needs write access to the brew tap repo

.goreleaser.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ release:
3535
owner: haimgel
3636
name: slack-status-go
3737
brews:
38-
- tap:
38+
- repository:
3939
owner: haimgel
4040
name: homebrew-tools
4141
name: slack-status
4242
homepage: "https://github.com/haimgel/slack-status-go"
4343
url_template: "https://github.com/haimgel/slack-status-go/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
4444
description: "Set Slack status to predefined values from a command line."
45-
folder: Formula
45+
directory: Formula
4646
install: |
4747
bin.install "slack-status"
4848
test: |

0 commit comments

Comments
 (0)