Skip to content

Commit

Permalink
0.0.85
Browse files Browse the repository at this point in the history
  • Loading branch information
gambit07 committed Mar 3, 2024
1 parent b6e555d commit b1c8266
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
id: set-release-notes-github
run: |
echo "- Updates:" >> release_notes.txt
echo " - Black Tentacles: Add descriptive chat cards for save success/failure. Re-create item, old item had old Item Macro data that I didn't like" >> release_notes.txt
echo " - Opportunity Attack: Add check to disable Levels height label so it doesn't overlap with standard foundry height label" >> release_notes.txt
echo " - Black Tentacles: Add descriptive chat cards for save successand failure. Recreate item, old item had old Item Macro data that I didnt like" >> release_notes.txt
echo " - Opportunity Attack: Add check to disable Levels height label so it doesnt overlap with standard foundry height label" >> release_notes.txt
echo "release-notes-github<<EOF" >> $GITHUB_ENV
cat release_notes.txt >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
Expand Down

0 comments on commit b1c8266

Please sign in to comment.