File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,15 +56,15 @@ jobs:
5656 with :
5757 args : zip -qq -r dist.zip dist
5858
59- - name : Upload & release
60- if : steps.check.outputs.changed == 'true'
61- 62- with :
63- file-path : dist.zip
64- extension-id : hibclclepijigjnfdkmkfhjogfhgicda
65- client-id : ${{ secrets.CLIENT_ID }}
66- client-secret : ${{ secrets.CLIENT_SECRET }}
67- refresh-token : ${{ secrets.REFRESH_TOKEN }}
59+ # - name: Upload & release
60+ # if: steps.check.outputs.changed == 'true'
61+ 62+ # with:
63+ # file-path: dist.zip
64+ # extension-id: hibclclepijigjnfdkmkfhjogfhgicda
65+ # client-id: ${{ secrets.CLIENT_ID }}
66+ # client-secret: ${{ secrets.CLIENT_SECRET }}
67+ # refresh-token: ${{ secrets.REFRESH_TOKEN }}
6868
6969 - name : Upload & release Edge
7070 if : steps.check.outputs.changed == 'true'
Original file line number Diff line number Diff line change 11{
22 "name" : " pte-crx" ,
33 "private" : true ,
4- "version" : " 1.5.2 " ,
4+ "version" : " 1.5.3 " ,
55 "type" : " module" ,
66 "scripts" : {
77 "dev" : " vite" ,
You can’t perform that action at this time.
0 commit comments