From 5ec056a174ee9ab569699f2cf44aa20bf506956c Mon Sep 17 00:00:00 2001 From: hexf00 Date: Fri, 17 Jan 2025 17:29:42 +0800 Subject: [PATCH] chore: update create release rule --- .github/workflows/push.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 343d3bd..6af3d6b 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -246,6 +246,7 @@ jobs: - name: Create Release uses: softprops/action-gh-release@v2 + if: ${{ steps.version_type.outputs.is_stable == 'true' }} with: name: Release ${{ steps.set_version.outputs.version }} draft: false