Skip to content

Commit

Permalink
0.1.44
Browse files Browse the repository at this point in the history
  • Loading branch information
gambit07 committed May 19, 2024
1 parent c67b3b4 commit 41abb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id: set-release-notes-github
run: |
echo "- Bugfixes:" >> release_notes.txt
echo " - Opportunity Attack: A couple additional bugfixes. I've disabled the non-legacy option for now on the backend. The setting can be changed but it will not actually modify the behavior" >> release_notes.txt
echo " - Opportunity Attack: A couple additional bugfixes. Ive disabled the non-legacy option for now on the backend. The setting can be changed but it will not actually modify the behavior" >> release_notes.txt
echo " - Fighting Style - Protection: Fixed the actor with protection generating the dialog when attacked themselves. Fixed the Homebrew option to function correctly." >> release_notes.txt
echo "release-notes-github<<EOF" >> $GITHUB_ENV
cat release_notes.txt >> $GITHUB_ENV
Expand Down

0 comments on commit 41abb0d

Please sign in to comment.