From 3d7b0ad269bf0c7abb878a0584d23d0b1a32777c Mon Sep 17 00:00:00 2001 From: Gambit Date: Wed, 3 Apr 2024 16:39:30 -0400 Subject: [PATCH] 0.1.12 --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 78a5927f..e6746299 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,9 +17,7 @@ jobs: id: set-release-notes-github run: | echo "- Bugfixes:" >> release_notes.txt - echo " - Hideous Laughter: Put workaround in place for DAE issue not allowing spell animations to end" >> release_notes.txt - echo " - Counterspell: Added better handling for Counterspell item lookup" >> release_notes.txt - echo " - Silvery Barbs: Added better handling for Silvery Barbs item lookup" >> release_notes.txt + echo " - Identify: Actually deploy the updated Identify item" >> release_notes.txt echo "release-notes-github<> $GITHUB_ENV cat release_notes.txt >> $GITHUB_ENV echo "EOF" >> $GITHUB_ENV