diff --git a/Makefile b/Makefile index d4ef86de..cb33f9b1 100644 --- a/Makefile +++ b/Makefile @@ -64,6 +64,7 @@ post-go: sed -i 's/go 1.18/go 1.19/g' ${BASE_PATH}/go.mod mkdir -p ${BASE_PATH}/.github/workflows cp templates/${SDK}/golang.yml ${BASE_PATH}/.github/workflows/golang.yml + cp templates/${SDK}/.goreleaser.yml ${BASE_PATH}/.goreleaser.yml post-py: rm ${BASE_PATH}/.openapi-generator-ignore diff --git a/templates/go/.goreleaser.yml b/templates/go/.goreleaser.yml new file mode 100644 index 00000000..2caa5fbd --- /dev/null +++ b/templates/go/.goreleaser.yml @@ -0,0 +1,2 @@ +builds: +- skip: true