Skip to content

Commit

Permalink
Update run_release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelbaker-cisa authored Feb 2, 2024
1 parent 3622d0a commit 0abb7ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
- name: Release
uses: softprops/action-gh-release@v1
with:
name: "LME v${{ inputs.version }}"
tag_name: "v${{ inputs.version }}"
files: LME-${{ steps.tag.outputs.tag }}.zip
name: LME v${{ inputs.version }}
tag_name: v${{ inputs.version }}
files: LME-${{ inputs.version }}.zip
draft: true
generate_release_notes: true
body: "## [${{ inputs.version }}] - Timberrrrr! - ${{ env.date }}"
Expand Down

0 comments on commit 0abb7ac

Please sign in to comment.