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 59
59
name : dist
60
60
path : dist
61
61
- name : Create Release
62
- if : ${{ github.ref_type == " tag" }}
62
+ if : ${{ github.ref_type == ' tag' }}
63
63
id : create_release
64
64
uses : actions/create-release@v1
65
65
env :
@@ -70,10 +70,10 @@ jobs:
70
70
draft : ${{ contains( github.ref_name, 'rc') }}
71
71
prerelease : false
72
72
- name : Create archive
73
- if : ${{ github.ref_type == " tag" }}
73
+ if : ${{ github.ref_type == ' tag' }}
74
74
run : tar czf frontend.tar.gz dist
75
75
- name : Upload Built Frontend
76
- if : ${{ github.ref_type == " tag" }}
76
+ if : ${{ github.ref_type == ' tag' }}
77
77
uses : actions/upload-release-asset@v1
78
78
env :
79
79
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
83
83
asset_name : frontend.tar.gz
84
84
asset_content_type : application/gzip
85
85
- uses : eregon/publish-release@v1
86
- if : ${{ github.ref_type == " tag" }}
86
+ if : ${{ github.ref_type == ' tag' }}
87
87
env :
88
88
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
89
89
with :
You can’t perform that action at this time.
0 commit comments