Skip to content

Commit

Permalink
Release brew formula to separate repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Emil Larsson committed Nov 21, 2020
1 parent 82cbdbb commit 8d95ef0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
uses: goreleaser/goreleaser-action@v2
with:
version: latest
args: release --rm-dist
args: release --rm-dist -f .goreleaser.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GH_PAT }}
7 changes: 7 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
brews:
-
github:
owner: emla2805
name: homebrew-tfr
homepage: https://github.com/emla2805/tfr
description: A lightweight commandline TFRecords processor

0 comments on commit 8d95ef0

Please sign in to comment.