Skip to content

Commit

Permalink
doc: add notes about how to make release sucessfully
Browse files Browse the repository at this point in the history
  • Loading branch information
abtris committed Apr 5, 2021
1 parent cc8198d commit 6a593ce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ jobs:
version: latest
args: release --rm-dist
env:
# This token have to have rights for homebrew_tap repository - create as personal token
GITHUB_TOKEN: ${{ secrets.HOMEBREW_TAP_GITHUB_TOKEN }}
6 changes: 2 additions & 4 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,16 @@ changelog:
- '^test:'
brews:
-
# GitHub/GitLab repository to push the formula to
# Gitea is not supported yet, but the support coming
# GitHub homebrew repository created by `brew tap-new` command first!
tap:
owner: abtris
name: homebrew-tap
# Git author used to commit to the repository.
# Defaults are shown.
commit_author:
name: Ladislav Prskavec
email: ladislav@prskavec.net

# Default is empty.
# homebrew mandatory fields (not mandatory for goreleaser)
license: "MIT"
homepage: "https://github.com/abtris/ga-badge"
description: "Github Action Badge Generator"

0 comments on commit 6a593ce

Please sign in to comment.