File tree Expand file tree Collapse file tree 4 files changed +19
-7
lines changed
Expand file tree Collapse file tree 4 files changed +19
-7
lines changed Original file line number Diff line number Diff line change 3838 asset_path : ./release.zip
3939 asset_name : release-${{ github.ref_name }}.zip
4040 asset_content_type : application/zip
41+
42+ - uses : actions/upload-release-asset@v1
43+ env :
44+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
45+ with :
46+ upload_url : ${{ steps.create_release.outputs.upload_url }}
47+ asset_path : ./main.js
48+ asset_name : main.js
49+ asset_content_type : text/javascript
50+
51+ - uses : actions/upload-release-asset@v1
52+ env :
53+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
54+ with :
55+ upload_url : ${{ steps.create_release.outputs.upload_url }}
56+ asset_path : ./manifest.json
57+ asset_name : manifest.json
58+ asset_content_type : application/json
Original file line number Diff line number Diff line change @@ -37,10 +37,6 @@ change log manually.
3737
3838## Changelog
3939
40- ### v1.0.1
41-
42- - Fix plugin id
43-
4440### v1.0.0
4541
4642- Moved to new maintainer
Original file line number Diff line number Diff line change 77 "fundingUrl" : " https://buymeacoffee.com/philoserf" ,
88 "isDesktopOnly" : false ,
99 "minAppVersion" : " 1.0.0" ,
10- "version" : " 1.0.2 "
10+ "version" : " 1.0.0 "
1111}
Original file line number Diff line number Diff line change 11{
2- "1.0.2" : " 1.0.0" ,
3- "1.0.1" : " 1.0.0" ,
42 "1.0.0" : " 1.0.0" ,
53 "0.1.0" : " 0.9.7"
64}
You can’t perform that action at this time.
0 commit comments