File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 33 push :
44 tags :
55 - ' v*'
6+ pull_request :
7+ branches :
8+ - main # todo remove
69permissions :
710 contents : write
811jobs :
5558 GORELEASER_KEY : ${{ secrets.GORELEASER_KEY }}
5659 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5760 GPG_FINGERPRINT : ${{ steps.import_gpg.outputs.fingerprint }}
58-
5961 release :
6062 name : Release
6163 runs-on : ubuntu-latest
6668 -
uses :
jlumbroso/[email protected] 6769 with :
6870 tool-cache : false
69- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
71+ - uses : actions/checkout@v5
7072 with :
7173 fetch-depth : 0
7274 - uses : actions/setup-go@v6
99101 with :
100102 distribution : goreleaser-pro
101103 version : ' ~> v2'
102- args : continue --merge
104+ args : continue --merge --skip-validate --skip-publish # todo remove skip args
103105 env :
104106 GORELEASER_KEY : ${{ secrets.GORELEASER_KEY }}
105107 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments