Skip to content

Commit fa45bc8

Browse files
author
Alberto Iannaccone
committed
change date formate in changelog file name
1 parent 91e3088 commit fa45bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compose-full-changelog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
mkdir "${{ github.workspace }}/${{ env.CHANGELOG_ARTIFACTS }}"
3333
3434
# Get the changelog file name to build
35-
CHANGELOG_FILE_NAME="${{ steps.tag_name.outputs.TAG_NAME }}-$(date --iso-8601=s).md"
35+
CHANGELOG_FILE_NAME="${{ steps.tag_name.outputs.TAG_NAME }}-$(date +%s).md"
3636
3737
# Create manifest file pointing to latest changelog file name
3838
echo "$CHANGELOG_FILE_NAME" >> "${{ github.workspace }}/${{ env.CHANGELOG_ARTIFACTS }}/latest.txt"

0 commit comments

Comments
 (0)