Skip to content

Commit

Permalink
0.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gambit07 committed Jul 25, 2024
1 parent e606a57 commit 3fdccb7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- name: Set Release Notes for Github
id: set-release-notes-github
run: |
echo "- Bugfixes:" >> release_notes.txt
echo " - Opportunity Attack: Resolve double dialog prompts. Add some additional flag cleanup when needed." >> release_notes.txt
echo "- General:" >> release_notes.txt
echo " - Releases: More automated release?" >> release_notes.txt
echo "release-notes-github<<EOF" >> $GITHUB_ENV
cat release_notes.txt >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
Expand All @@ -45,7 +45,7 @@ jobs:
with:
files: 'module.json'
env:
VERSION: ${{steps.get_version.outputs.version-without-v}}
VERSION: ${{ steps.get-version.outputs.version }}
URL: ${{ env.project_url }}
MANIFEST: ${{ env.latest_manifest_url }}
DOWNLOAD: ${{ env.release_module_url }}
Expand Down

0 comments on commit 3fdccb7

Please sign in to comment.