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 b0eaa52 commit 2498f14Copy full SHA for 2498f14
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Determine new tag
33
id: newtag
34
- run: echo "::set-output name=tag::$(date +'%Y%m%d%H%M%S')"
+ run: echo "::set-output name=tag::$(date +'%Y%m%dT%H%M%S')"
35
36
- name: Create Git Tag
37
run: git tag ${{ steps.newtag.outputs.tag }} && git push origin ${{ steps.newtag.outputs.tag }}
0 commit comments