File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 - name : Make
5959 run : make
6060
61+ # https://goreleaser.com/ci/actions/
62+ - name : Run GoReleaser
63+ uses : goreleaser/goreleaser-action@v2
64+ if : startsWith(github.ref, 'refs/tags/v')
65+ with :
66+ version : latest
67+ args : release --rm-dist
68+ env :
69+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
70+
6171 # Install Docker image multi-arch builder
6272 - name : Install seihon ${{ env.SEIHON_VERSION }}
6373 if : startsWith(github.ref, 'refs/tags/v')
7686 - name : Deploy Docker Images (seihon)
7787 if : startsWith(github.ref, 'refs/tags/v')
7888 run : make publish-images
79-
80- # https://goreleaser.com/ci/actions/
81- - name : Run GoReleaser
82- uses : goreleaser/goreleaser-action@v2
83- if : startsWith(github.ref, 'refs/tags/v')
84- with :
85- version : latest
86- args : release --rm-dist
87- env :
88- GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
You can’t perform that action at this time.
0 commit comments