Skip to content

Commit 4ada8b2

Browse files
committed
Fix versionint pg
1 parent efea049 commit 4ada8b2

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
@@ -104,7 +104,7 @@ jobs:
104104
GH_TOKEN: ${{ github.token }}
105105
run: |
106106
# picking central time just because I can
107-
VERSION="v$(date -z 'America/Chicago' '+%Y-%m-%d_%H:%M:%S')_$(git rev-parse --short=8 ${{ github.sha }})"
107+
VERSION="v$(date '+%Y-%m-%d_%H-%M-%S')_$(git rev-parse --short=8 ${{ github.sha }})"
108108
gh release create ${VERSION} \
109109
--title "💝 Release ${VERSION}" \
110110
--generate-notes \

0 commit comments

Comments
 (0)