We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efea049 commit 4ada8b2Copy full SHA for 4ada8b2
1 file changed
.github/workflows/release.yml
@@ -104,7 +104,7 @@ jobs:
104
GH_TOKEN: ${{ github.token }}
105
run: |
106
# 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 }})"
+ VERSION="v$(date '+%Y-%m-%d_%H-%M-%S')_$(git rev-parse --short=8 ${{ github.sha }})"
108
gh release create ${VERSION} \
109
--title "💝 Release ${VERSION}" \
110
--generate-notes \
0 commit comments