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 2adb2e7 commit fc8ddb9Copy full SHA for fc8ddb9
.github/workflows/release-samples.yml
@@ -23,7 +23,7 @@ jobs:
23
python -m pip install --upgrade pip
24
25
- name: Set current date as env variable
26
- run: echo "DATETIME=$(date +'%Y-%m-%dT%H:%M:%S')" >> $GITHUB_ENV
+ run: echo "DATETIME=$(date +'%Y-%m-%dT%H-%M-%S')" >> $GITHUB_ENV
27
28
- name: Bump version and push tag
29
id: tag_version
0 commit comments