Skip to content

Commit

Permalink
finalize build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
martinnirtl committed Mar 29, 2023
1 parent a061ea1 commit f95cb36
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: '1.20'
check-latest: true

- uses: goreleaser/goreleaser-action@v4
with:
Expand Down
5 changes: 0 additions & 5 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,3 @@ brews:
token: "{{ .Env.HOMEBREW_TAP_GITHUB_TOKEN }}"
homepage: "https://github.com/martinnirtl/hosts-cli"
description: "Manage host entries - a simple tool for a simple, but annoying task!"

# The lines beneath this are called `modelines`. See `:help modeline`
# Feel free to remove those if you don't want/use them.
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
# vim: set ts=2 sw=2 tw=0 fo=cnqoj

0 comments on commit f95cb36

Please sign in to comment.