Skip to content

Commit

Permalink
0.0.90
Browse files Browse the repository at this point in the history
  • Loading branch information
gambit07 committed Mar 7, 2024
1 parent 0e74986 commit b6b844c
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 @@ -17,7 +17,7 @@ jobs:
id: set-release-notes-github
run: |
echo "- Additions:" >> release_notes.txt
echo " - Silvery Barbs: **BETA** - First release! From what I've tested so far things seem to be working well, but I'm sure bugs will be found with this out in the wild. Currently the chat card will not be updated to reflect changes for a saving throw, but there is a chat card output with the result to the triggering actor. Silvery Barbs can be enabled in the module settings." >> release_notes.txt
echo " - Silvery Barbs: **BETA** - First release! From what Ive tested so far things seem to be working well, but Im sure bugs will be found with this out in the wild. Currently the chat card will not be updated to reflect changes for a saving throw, but there is a chat card output with the result to the triggering actor. Silvery Barbs can be enabled in the module settings." >> 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 b6b844c

Please sign in to comment.