Skip to content

Commit fc8ddb9

Browse files
authored
Change tag format
1 parent 2adb2e7 commit fc8ddb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-samples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python -m pip install --upgrade pip
2424
2525
- name: Set current date as env variable
26-
run: echo "DATETIME=$(date +'%Y-%m-%dT%H:%M:%S')" >> $GITHUB_ENV
26+
run: echo "DATETIME=$(date +'%Y-%m-%dT%H-%M-%S')" >> $GITHUB_ENV
2727

2828
- name: Bump version and push tag
2929
id: tag_version

0 commit comments

Comments
 (0)