Skip to content

Commit 104edcc

Browse files
author
shivanandvp
committed
ci: 💚 Fix CI
1 parent a3ff2e9 commit 104edcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
name: Determine Version
3939
run: |
4040
GIT_VERSION="$(printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)")"
41-
VERSION="$GIT_VERSION.$(date -Is | tr ':-+;' '_')"
41+
VERSION="$GIT_VERSION.$(date -Is | tr '\:\-\+\;' '_')"
4242
echo "VERSION=$VERSION" >> $GITHUB_ENV
4343
- id: download_package_step
4444
name: Download Package Artifact

0 commit comments

Comments
 (0)