File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 26
26
- name : Generate version
27
27
id : calver
28
28
run : |
29
- export VERSION=$(date "+%Y.%m.%d")
29
+ export VERSION=$(date "+%Y.%m.%d.%H%M ")
30
30
echo "version=${VERSION}" >> "$GITHUB_OUTPUT"
31
31
- name : Publish release
32
32
if : github.event_name == 'push' && startsWith(github.event.head_commit.message, 'chore(release)')
43
43
uses : release-drafter/release-drafter@v6
44
44
id : draft
45
45
with :
46
- tag : ${{ steps.calver.outputs.version }}
47
- name : ${{ steps.calver.outputs.version }}
48
- version : ${{ steps.calver.outputs.version }}
46
+ tag : ${{ steps.calver.outputs.version }}.${{ github.sha }}
47
+ name : ${{ steps.calver.outputs.version }}.${{ github.sha }}
48
+ version : ${{ steps.calver.outputs.version }}.${{ github.sha }}
49
49
env :
50
50
GITHUB_TOKEN : ${{ steps.app-token.outputs.token }}
51
51
- name : Update changelog
You can’t perform that action at this time.
0 commit comments