Skip to content

Commit

Permalink
0.5.42
Browse files Browse the repository at this point in the history
  • Loading branch information
gambit07 committed Sep 13, 2024
1 parent 85363a9 commit ae91d64
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 @@ -18,7 +18,7 @@ jobs:
- name: Set Release Notes for Github
id: set-release-notes-github
run: |
echo "- General: Fix a few region movement validation bugs left in from the previous release" >> release_notes.txt
echo "- General: Fix a few region movement validation bugs left in from the previous release." >> 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 ae91d64

Please sign in to comment.