Skip to content

Commit

Permalink
Release to brew tap
Browse files Browse the repository at this point in the history
  • Loading branch information
SpyMachine committed Feb 10, 2024
1 parent 9c339ad commit 57de27d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Release

on:
pull_request:
push:
tags:
- '*'

permissions:
contents: write
Expand All @@ -29,4 +30,4 @@ jobs:
version: latest
args: release --clean
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PUBLISHER_TOKEN }}
11 changes: 11 additions & 0 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,14 @@ changelog:
exclude:
- "^docs:"
- "^test:"

brews:
-
name: lazyjira
homepage: "https://github.com/SpyMachine/lazyjira"
repository:
owner: SpyMachine
name: homebrew-SpyMachine
commit_author:
name: SpyMachine
email: gjk910327@gmail.com

0 comments on commit 57de27d

Please sign in to comment.