File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 8787 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8888 with :
8989 labels : failed-release
90- title : " Releasing foascli v ${{ inputs.version_number }} failed at the goreleaser step :scream_cat:"
90+ title : " Releasing foascli ${{ inputs.version_number }} failed at the goreleaser step :scream_cat:"
9191 body : See https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
Original file line number Diff line number Diff line change 11# Visit https://goreleaser.com for documentation on how to customize this
22# behavior.
33project_name : foascli
4+ version : 2
45before :
56 hooks :
67 # this is just an example and not a requirement for provider building/publishing
@@ -38,13 +39,11 @@ archives:
3839 builds : [linux]
3940 wrap_in_directory : true
4041 format : tar.gz
41- rlcp : false
4242- id : macos
4343 name_template : mongodb-foas-cli_{{ .Version }}_{{- if eq .Os "darwin" }}macos{{- else }}{{ .Os }}{{ end }}_{{- if eq .Arch "amd64" }}x86_64{{- else }}{{ .Arch }}{{ end }}
4444 builds : [macos]
4545 format : zip
4646 wrap_in_directory : false
47- rlcp : false
4847
4948snapshot :
5049 name_template : " {{ .Env.VERSION_GIT }}-next"
You can’t perform that action at this time.
0 commit comments