Skip to content

Commit

Permalink
update goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
anderssonw committed Jan 24, 2023
1 parent de1f91b commit 19c689b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: 1.19
cache: true
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
distribution: goreleaser
version: ${{ env.GITHUB_REF_NAME }}
args: release --rm-dist
desc: "A CLI for managing all your SKIP needs!"
env:
GITHUB_TOKEN: ${{ secrets.SKIPPER_PUBLISHER }}
2 changes: 2 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,15 @@ universal_binaries:

brews:
- name: skipper
description: "A CLI for managing all your SKIP needs!"
homepage: "https://github.com/kartverket/skipper"
tap:
owner: kartverket
name: homebrew-skipper
commit_author:
name: anderssonw
email: wandersson.98@gmail.com
folder: Formula

checksum:
name_template: "checksums.txt"

0 comments on commit 19c689b

Please sign in to comment.