Skip to content

Commit 2498f14

Browse files
authored
Update main.yml
1 parent b0eaa52 commit 2498f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

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

3232
- name: Determine new tag
3333
id: newtag
34-
run: echo "::set-output name=tag::$(date +'%Y%m%d%H%M%S')"
34+
run: echo "::set-output name=tag::$(date +'%Y%m%dT%H%M%S')"
3535

3636
- name: Create Git Tag
3737
run: git tag ${{ steps.newtag.outputs.tag }} && git push origin ${{ steps.newtag.outputs.tag }}

0 commit comments

Comments
 (0)