Skip to content

Commit 4195ab4

Browse files
committed
try to format tag name as it was previously
1 parent 108d25b commit 4195ab4

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
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Get release name
4545
id: getReleaseName
46-
run: echo ::set-output name=RELEASE_NAME::${GITHUB_REF/refs\/tags\//}
46+
run: echo ::set-output name=RELEASE_NAME::$(date +'%Y%m%d%H%M%S')-$(git log --format=%h -1)
4747

4848
- name: Release
4949
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)