Skip to content

Commit

Permalink
Upgrade CI/Cd
Browse files Browse the repository at this point in the history
  • Loading branch information
haimgel committed Oct 18, 2024
1 parent c672306 commit 9143cfe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '^1.23.2'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
uses: goreleaser/goreleaser-action@v6
with:
distribution: goreleaser
version: 1.21.2
version: 2.3.2
args: release --clean
env:
# This needs write access to the brew tap repo
Expand Down
4 changes: 2 additions & 2 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ release:
owner: haimgel
name: slack-status-go
brews:
- tap:
- repository:
owner: haimgel
name: homebrew-tools
name: slack-status
homepage: "https://github.com/haimgel/slack-status-go"
url_template: "https://github.com/haimgel/slack-status-go/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
description: "Set Slack status to predefined values from a command line."
folder: Formula
directory: Formula
install: |
bin.install "slack-status"
test: |
Expand Down

0 comments on commit 9143cfe

Please sign in to comment.