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