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 1096f00 commit 9006177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set current date to env variable
id: date
run: |
echo "date={$(date + '%Y-%m-%d')}" >> "$GITHUB_ENV"
echo "date={$(date +'%Y-%m-%d')}" >> $GITHUB_ENV
- name: Release
uses: softprops/action-gh-release@v1
Expand All @@ -35,5 +35,5 @@ jobs:
files: LME-${{ inputs.version }}.zip
draft: true
generate_release_notes: true
body: "## [${{ inputs.version }}] - Timberrrrr! - ${date}"
body: "## [${{ inputs.version }}] - Timberrrrr! - ${{ env.date }}"
fail_on_unmatched_files: true

0 comments on commit 9006177

Please sign in to comment.