Skip to content

Commit

Permalink
Change tag format
Browse files Browse the repository at this point in the history
  • Loading branch information
kesmit13 authored May 17, 2024
1 parent 2adb2e7 commit fc8ddb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python -m pip install --upgrade pip
- name: Set current date as env variable
run: echo "DATETIME=$(date +'%Y-%m-%dT%H:%M:%S')" >> $GITHUB_ENV
run: echo "DATETIME=$(date +'%Y-%m-%dT%H-%M-%S')" >> $GITHUB_ENV

- name: Bump version and push tag
id: tag_version
Expand Down

0 comments on commit fc8ddb9

Please sign in to comment.