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 09f1061 commit 26c149b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Build
run: git ls-files | zip LME-${{ inputs.version }}.zip -@

- name: Set current date to env variable
- name: Get current date
id: date
run: |
echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
- name: Build
run: git ls-files | zip LME-${{ inputs.version }}.zip -@

- name: Release
uses: softprops/action-gh-release@v1
with:
Expand Down

0 comments on commit 26c149b

Please sign in to comment.