From ebc1687d37a9973aa1291e0e2caf8c47aa622ace Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong (cubxxw)" <3293172751nss@gmail.com> Date: Thu, 21 Mar 2024 18:41:23 +0800 Subject: [PATCH] fix: golang release cicd --- .goreleaser.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 42427ba..6b81e44 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -2,15 +2,6 @@ # Licensed under the MIT License (the "License"); # you may not use this file except in compliance with the License. -before: - hooks: - # You may remove this if you don't use go modules. - - make clean - - make tidy - - make copyright-add - # you may remove this if you don't need go generate - - make generate - # The lines beneath this are called `modelines`. See `:help modeline` # Feel free to remove those if you don't want/use them. # yaml-language-server: $schema=https://goreleaser.com/static/schema.json