Skip to content

Commit

Permalink
Merge pull request #48 from vladimirvivien/goreleaser-fix
Browse files Browse the repository at this point in the history
Fixes/updates to goreleaser and github actions
  • Loading branch information
vladimirvivien authored Jul 25, 2024
2 parents 3b6ffec + 4a261df commit 9ade4f2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: 'stable'
- name: Binary release
uses: goreleaser/goreleaser-action@v4
uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.RELEASER_SECRET }}
- name: Update new version in krew-index
uses: rajatjindal/[email protected].43
uses: rajatjindal/[email protected].46
5 changes: 4 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: 2

project_name: ktop

release:
Expand Down Expand Up @@ -99,9 +101,10 @@ brews:
- name: ktop
ids:
- ktop
tap:
repository:
owner: vladimirvivien
name: homebrew-oss-tools
branch: main
commit_author:
name: vladimirvivien
email: [email protected]
Expand Down

0 comments on commit 9ade4f2

Please sign in to comment.