From ef19bf766964c7794b2e354fc8cbae7dcc4d29a9 Mon Sep 17 00:00:00 2001 From: ForteScarlet Date: Thu, 7 Mar 2024 00:11:40 +0800 Subject: [PATCH] CI config --- .github/workflows/publish-release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index bae2ca2a..276cf4db 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -4,6 +4,10 @@ on: tags: - 'v4**' +concurrency: + cancel-in-progress: true + group: publish-release-${{ github.ref_name }} + env: IS_CI: true GPG_KEY_ID: ${{ secrets.GPG_KEY_ID }}