From 9337af33be47bed83e277504675513b07d1ea4c4 Mon Sep 17 00:00:00 2001 From: LemonNeko Date: Fri, 28 Feb 2025 14:31:49 +0800 Subject: [PATCH] chore(CI): trigger release tamagotchi after release published --- .github/workflows/release-tamagotchi.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-tamagotchi.yml b/.github/workflows/release-tamagotchi.yml index 90429de3b..461b1ce9a 100644 --- a/.github/workflows/release-tamagotchi.yml +++ b/.github/workflows/release-tamagotchi.yml @@ -4,9 +4,9 @@ permissions: contents: write on: - push: - tags: - - 'v*' + release: + types: + - published jobs: build-tamagotchi: @@ -100,4 +100,4 @@ jobs: uses: softprops/action-gh-release@v2 with: files: dist/airi-* - generate_release_notes: true + append_body: true