From 337c18508ea85cb17119072f7f33be915f2a76a3 Mon Sep 17 00:00:00 2001 From: Hendrix-Shen Date: Mon, 4 Apr 2022 23:01:35 +0800 Subject: [PATCH] Update GitHub Action --- .github/workflows/CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 547286e..a2e0af9 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -69,6 +69,7 @@ jobs: path: build/libs/ - name: Create Github release + if: contains(github.event.head_commit.message, '[publish skip]') == false uses: marvinpinto/action-automatic-releases@v1.2.1 with: repo_token: "${{ secrets.GITHUB_TOKEN }}"