From 33d37d00a4c9a8a2f0f0006ae2a7c0db2430dd8e Mon Sep 17 00:00:00 2001 From: Zhichang Yu Date: Wed, 27 Dec 2023 10:54:22 +0800 Subject: [PATCH] fix --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 50e9d1a..e79d24d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,8 +51,9 @@ jobs: fi fi - - name: Exits the workflow if tag has been moved since creating/moving triggers another run of this workflow. + - name: Exits the workflow if tag has been moved. if: ${{ env.MOVED_MUTABLE_TAG == 'true' }} + # Exits the workflow if tag has been moved since creating/moving triggers another run of this workflow. run: exit 0 # Exits the workflow with success - name: Build source tarball