Skip to content

Commit b585787

Browse files
authored
Change date format to not include "-"
1 parent d7d3e0a commit b585787

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytorch_ifu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
id: tag
9292
shell: bash
9393
run: |
94-
DATE="$(date +"%Y-%m-%d")"
94+
DATE="$(date +"%Y%m%d")"
9595
TAG="${DOWNSTREAM_BRANCH}_IFU_${DATE}"
9696
echo "TAG=${TAG}" >> $GITHUB_OUTPUT
9797
# Start from rocm branch

0 commit comments

Comments
 (0)