Skip to content

Commit

Permalink
Include hour and min in release name
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodywasishere committed Sep 23, 2024
1 parent ddfc9d8 commit 0d2340c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo "EOF" >> $GITHUB_ENV
- name: Get Current Date
run: echo "CURRENT_DATE=$(date +'%Y%m%d')" >> $GITHUB_ENV
run: echo "CURRENT_DATE=$(date +'%Y%m%d%H%M')" >> $GITHUB_ENV

- name: Create Release
uses: actions/create-release@v1
Expand Down

0 comments on commit 0d2340c

Please sign in to comment.