File tree Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Expand file tree Collapse file tree 2 files changed +37
-1
lines changed Original file line number Diff line number Diff line change 1+ name : goreleaser
2+
3+ on :
4+ push :
5+ tags :
6+ - ' *'
7+
8+ jobs :
9+ goreleaser :
10+ runs-on : ubuntu-latest
11+ steps :
12+ -
13+ name : Checkout
14+ uses : actions/checkout@v3
15+ with :
16+ fetch-depth : 0
17+ -
18+ name : Set up Go
19+ uses : actions/setup-go@v3
20+ -
21+ name : Run GoReleaser
22+ uses : goreleaser/goreleaser-action@v3
23+ with :
24+ # either 'goreleaser' (default) or 'goreleaser-pro'
25+ distribution : goreleaser
26+ version : latest
27+ args : release --rm-dist
28+ env :
29+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
30+ # Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution
31+ # GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
Original file line number Diff line number Diff line change 22
33Type ` git recent ` to see your latest local git branches, use you arrow keys to select a branch, hit enter to switch branches
44
5+ ## Prerequisites
6+
7+ You must have ` git ` installed
8+
9+
510## Usage
611
712 git recent
@@ -14,7 +19,7 @@ or copy `git-recent` into an existing included path like `/usr/local/bin` or `~/
1419
1520On Mac, you can install with homebrew:
1621
17- brew install git-recent
22+ brew install git-recent-select
1823
1924
2025## License
You can’t perform that action at this time.
0 commit comments