File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 3131 version : latest
3232 args : --rm-dist
3333 env :
34- GITHUB_TOKEN : ${{ secrets.GO_RELEASER_TOKEN }}
34+ GITHUB_TOKEN : ${{ secrets.GH_PAT }}
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ linters:
1212 - unused
1313 - gofmt
1414 - whitespace
15+ - misspell
1516linters-settings :
1617 revive :
1718 ignore-generated-header : true
Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ archives:
5050 windows : windows
5151 386 : i386
5252 amd64 : x86_64
53+ release :
54+ draft : true
55+ prerelease : auto
5356checksum :
5457 name_template : ' checksums.txt'
5558snapshot :
@@ -75,12 +78,15 @@ brews:
7578 - name : optimus
7679 tap :
7780 owner : odpf
78- name : taps
81+ name : homebrew- taps
7982 license : " Apache 2.0"
8083 description : " Optimus helps your organization to build & manage data pipelines with ease."
8184 homepage : https://odpf.github.io/optimus
8285 folder : Formula
8386 dependencies :
8487 - name : git
8588 install : |-
86- bin.install "opctl"
89+ bin.install "opctl"
90+ commit_author :
91+ name : Kush Sharma
92+
You can’t perform that action at this time.
0 commit comments