File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5959 name : dist
6060 path : dist
6161 - name : Create Release
62- if : ${{ github.ref_type == " tag" }}
62+ if : ${{ github.ref_type == ' tag' }}
6363 id : create_release
6464 uses : actions/create-release@v1
6565 env :
@@ -70,10 +70,10 @@ jobs:
7070 draft : ${{ contains( github.ref_name, 'rc') }}
7171 prerelease : false
7272 - name : Create archive
73- if : ${{ github.ref_type == " tag" }}
73+ if : ${{ github.ref_type == ' tag' }}
7474 run : tar czf frontend.tar.gz dist
7575 - name : Upload Built Frontend
76- if : ${{ github.ref_type == " tag" }}
76+ if : ${{ github.ref_type == ' tag' }}
7777 uses : actions/upload-release-asset@v1
7878 env :
7979 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8383 asset_name : frontend.tar.gz
8484 asset_content_type : application/gzip
8585 - uses : eregon/publish-release@v1
86- if : ${{ github.ref_type == " tag" }}
86+ if : ${{ github.ref_type == ' tag' }}
8787 env :
8888 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8989 with :
You can’t perform that action at this time.
0 commit comments