File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 2727 - name : Run GoReleaser
2828 uses : goreleaser/goreleaser-action@v2
2929 with :
30- version : latest
30+ version : " ~> v2 "
3131 args : release --rm-dist
3232 env :
3333 GITHUB_TOKEN : ${{ secrets.RELENG_GITHUB_TOKEN }}
5555 - name : Run GoReleaser
5656 uses : goreleaser/goreleaser-action@v2
5757 with :
58- version : latest
58+ version : " ~> v2 "
5959 args : release --rm-dist -f .goreleaser.docker.yaml
6060 env :
6161 GITHUB_TOKEN : ${{ secrets.RELENG_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1+ version : 2
12project_name : baton-github
23builds :
34 - binary : baton-github
@@ -49,4 +50,4 @@ checksum:
4950release :
5051 disable : true
5152changelog :
52- skip : true
53+ disable : true
Original file line number Diff line number Diff line change 1+ version : 2
12project_name : baton-github
23builds :
34 - binary : baton-github
@@ -65,10 +66,10 @@ checksum:
6566 - glob : ./dist/*-darwin-amd64.zip
6667 - glob : ./dist/*-darwin-arm64.zip
6768brews :
68- - tap :
69+ - repository :
6970 owner : conductorone
7071 name : homebrew-baton
71- folder : Formula
72+ directory : Formula
7273 homepage : https://conductorone.com
7374 test : |
7475 system "#{bin}/baton-github -v"
You can’t perform that action at this time.
0 commit comments