Skip to content

Commit ad44aeb

Browse files
authored
update the release tag to meet git tag requirements (#1339)
git tags cant have colons
1 parent bb43097 commit ad44aeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Get current date
1919
id: get-date
20-
run: echo "DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ")" >> $GITHUB_OUTPUT
20+
run: echo "DATE=$(date -u +"%Y-%m-%dT%H-%M-%SZ")" >> $GITHUB_OUTPUT
2121

2222
- name: Make tag name
2323
id: make-tag-name

0 commit comments

Comments
 (0)