From eb7953cacb42c39b0e529cc8b0dfbab376eda904 Mon Sep 17 00:00:00 2001 From: pluto <83957921+plutoyty@users.noreply.github.com> Date: Thu, 13 Jul 2023 10:30:25 +0800 Subject: [PATCH] cicd: update openim-ci.yml (#528) --- .github/workflows/openim-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/openim-ci.yml b/.github/workflows/openim-ci.yml index 5794b2ef3..73b30e42b 100644 --- a/.github/workflows/openim-ci.yml +++ b/.github/workflows/openim-ci.yml @@ -66,6 +66,7 @@ jobs: run: | make format echo "Run go format successfully" + continue-on-error: true # - name: Generate all necessary files, such as error code files # run: | @@ -149,4 +150,4 @@ jobs: # uses: goreleaser/goreleaser-action@v4 # with: # version: latest -# args: release --clean --skip-publish --snapshot \ No newline at end of file +# args: release --clean --skip-publish --snapshot