From 2cdc35438de84c23342bea4b7bd72c2a00b62252 Mon Sep 17 00:00:00 2001 From: godcong Date: Thu, 11 Jul 2024 03:26:38 +0800 Subject: [PATCH] feat(github-actions): enhance script to handle initial release tagging --- .github/workflows/tag_after_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag_after_test.yml b/.github/workflows/tag_after_test.yml index 634a60e..da9b640 100644 --- a/.github/workflows/tag_after_test.yml +++ b/.github/workflows/tag_after_test.yml @@ -80,7 +80,7 @@ jobs: draft: false prerelease: false - - name: Create release + - name: Create release (only if LATEST_TAG exists) if: ${{ steps.determine_next_version.outputs.LATEST_TAG }} uses: softprops/action-gh-release@v1 with: