Skip to content

Commit

Permalink
use repository instead of tap
Browse files Browse the repository at this point in the history
Signed-off-by: Rodolfo Sanchez <rodolfo2488@gmail.com>
  • Loading branch information
dolfolife committed Sep 18, 2023
1 parent c91b3c0 commit 7337751
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dockers:
- "ghcr.io/dolfolife/aoctl:latest"
brews:
- name: aoctl
tap:
repository:
owner: dolfolife
name: oactl
url_template: "https://github.com/dolfolife/aoctl/releases/download/{{ .Tag }}/{{ .ArtifactName }}"
Expand All @@ -71,12 +71,6 @@ brews:
homepage: https://github.com/dolfolife/aoctl
description: "Advent of Code CLI to help you organize and test your solutions"
license: MIT
dependencies:
- git
test: |
system "#{bin}/aoctl --version"
repository:
owner: dolfolife
name: adventofcode
branch: "{{ .Env.VERSION }}"

0 comments on commit 7337751

Please sign in to comment.