File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 11name : CD
22
33on :
4- # Wait for the `CI` workflow to finish before starting it.
5- workflow_run :
6- workflows : [CI]
7- types : [completed]
4+ release :
5+ types : [published]
86
97permissions :
108 contents : write
@@ -13,8 +11,6 @@ permissions:
1311jobs :
1412 goreleaser-release :
1513 name : Build and release opkssh with GoReleaser
16- # Ensure the workflows successfully finished and the ref is a tag
17- if : ${{ startsWith(github.ref, 'refs/tags/') && github.event.workflow_run.conclusion == 'success' }}
1814 runs-on : ubuntu-latest
1915 steps :
2016 - name : Checkout
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ builds:
2727
2828# Make binaries available with the same naming format as before
2929archives :
30- - format : binary
30+ - formats : binary
3131 name_template : >-
3232 {{ .ProjectName }}-
3333 {{- if eq .Os "darwin" }}osx
You can’t perform that action at this time.
0 commit comments