Skip to content

Commit

Permalink
fix releaser
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Steffen <jan.steffen@finleap.com>
  • Loading branch information
jastBytes committed Nov 3, 2022
1 parent 5f8d004 commit 493eac9
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
# This is an example .goreleaser.yml file with some sensible defaults.
# Make sure to check the documentation at https://goreleaser.com
before:
hooks:
# You may remove this if you don't use go modules.
- go mod tidy
# you may remove this if you don't need go generate
- go generate ./...
builds:
- env:
- CGO_ENABLED=0
Expand Down Expand Up @@ -40,9 +37,11 @@ brews:
- name: monoctl
description: CLI for Monoskope. AuthN & AuthZ for Kubernetes multi-cluster, multi-cloud environments.
homepage: https://github.com/finleap-connect/monoctl
license: "Apache"
folder: homebrew
tap:
owner: finleap-connect
name: homebrew-monoctl
name: monoctl
skip_upload: auto
# modelines, feel free to remove those if you don't want/use them:
# yaml-language-server: $schema=https://goreleaser.com/static/schema.json
Expand Down

0 comments on commit 493eac9

Please sign in to comment.