Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelbaker-cisa authored Feb 23, 2024
1 parent a0564d4 commit 48ce339
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,12 @@ jobs:
with:
name: "LME v${{ env.version }}"
tag_name: "v${{ env.version }}"
body: "## [${{ env.version }}] - Timberrrrr! - ${{ env.date }}\n ${{ steps.release.outputs.changelog }}"
files: LME-${{ env.version }}.zip
draft: true
body: |
## [${{ env.version }}] - Timberrrrr! - ${{ env.date }} \n
${{ steps.release.outputs.changelog }}
prerelease: false
files: LME-${{ env.version }}.zip
discussion_category_name: "Announcements"
generate_release_notes: false
fail_on_unmatched_files: true
Expand Down

0 comments on commit 48ce339

Please sign in to comment.