Skip to content

Commit a11dfa5

Browse files
swap month with day
1 parent 279c333 commit a11dfa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nodejs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: define version
3636
id: version
3737
run: |
38-
echo "::set-output name=release_timestamp::$(date +%Y%d%m_%H.%m)"
38+
echo "::set-output name=release_timestamp::$(date +%Y-%m-%d_%H.%m)"
3939
echo "::set-output name=tag_hash::${GITHUB_SHA::8}"
4040
echo "::set-output name=changelog::$(git log -1 --pretty=format:"%s")"
4141
- name: build artifact

0 commit comments

Comments
 (0)