@@ -49,30 +49,30 @@ jobs:
49
49
run : echo "::set-output name=date::$(date +'%Y-%m-%dT%H:%M:%S')"
50
50
51
51
- name : Push a tag
52
- id : push_tag
53
- uses :
mathieudutour/[email protected]
54
- with :
55
- github_token : ${{ secrets.GH_TOKEN }}
56
- custom_tag : ${{ steps.tag.outputs.date }}
52
+ id : push_tag
53
+ uses :
mathieudutour/[email protected]
54
+ with :
55
+ github_token : ${{ secrets.GH_TOKEN }}
56
+ custom_tag : ${{ steps.tag.outputs.date }}
57
57
58
58
- name : Create Release
59
- id : create_release
60
-
61
- env :
62
- GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
63
- with :
64
- tag_name : v${{ steps.tag.outputs.date }}
65
- release_name : ${{ steps.tag.outputs.date }}
66
- body : ${{ steps.changelog_reader.outputs.changes }}
67
- prerelease : false
68
- draft : false
59
+ id : create_release
60
+
61
+ env :
62
+ GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
63
+ with :
64
+ tag_name : v${{ steps.tag.outputs.date }}
65
+ release_name : ${{ steps.tag.outputs.date }}
66
+ body : ${{ steps.changelog_reader.outputs.changes }}
67
+ prerelease : false
68
+ draft : false
69
69
70
70
- name : Upload Release Asset
71
-
72
- env :
73
- GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
74
- with :
75
- upload_url : ${{ steps.create_release.outputs.upload_url }}
76
- asset_path : ./${{ env.zip-doc-build }}
77
- asset_name : ${{ env.zip-doc-build }}
78
- asset_content_type : application/zip
71
+
72
+ env :
73
+ GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
74
+ with :
75
+ upload_url : ${{ steps.create_release.outputs.upload_url }}
76
+ asset_path : ./${{ env.zip-doc-build }}
77
+ asset_name : ${{ env.zip-doc-build }}
78
+ asset_content_type : application/zip
0 commit comments