Skip to content

Commit 024129b

Browse files
Update release.yml
1 parent c2c06c9 commit 024129b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id: ver
2828
shell: bash
2929
run: |
30-
VERSION="$(date -u +%Y.%m.%d.%H%M)"
30+
VERSION="$(date -u +%Y.%m.%d-%H%M)"
3131
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
3232
echo "tag=v$VERSION" >> "$GITHUB_OUTPUT"
3333

0 commit comments

Comments
 (0)