From 49f36e8ccce5042b3d13c2e6086c3fd087c95311 Mon Sep 17 00:00:00 2001 From: Hua-Ming Huang Date: Sun, 4 Aug 2024 09:26:23 +0200 Subject: [PATCH] SAVEPOINT --- .github/workflows/auto-create-release.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-create-release.yml b/.github/workflows/auto-create-release.yml index ea776f430..f6baeb28e 100644 --- a/.github/workflows/auto-create-release.yml +++ b/.github/workflows/auto-create-release.yml @@ -1,10 +1,8 @@ name: Auto Create Release on: - workflow_dispatch: - push: - tags: - - "*" + workflow_dispatch + push jobs: build: @@ -20,6 +18,7 @@ jobs: run: echo "# Good things have arrived" > ${{ github.workspace }}-CHANGELOG.md - name: Release uses: softprops/action-gh-release@v2 + if: startsWith(github.ref, 'refs/tags/') with: body: | Line1