File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1+ ## [ 1.3.11] ( https://github.com/sws2apps/firebase-deployment/compare/v1.3.10...v1.3.11 )  (2022-06-03) 
2+ 
3+ 
4+ ### Bug Fixes  
5+ 
6+ *  ** index:**  remove undefined options when deploying ([ 3fa391f] ( https://github.com/sws2apps/firebase-deployment/commit/3fa391f16a86dbcf742b159a51da62b54ea54e35 ) )
7+ 
18## [ 1.3.10] ( https://github.com/sws2apps/firebase-deployment/compare/v1.3.9...v1.3.10 )  (2022-06-02) 
29
310
Original file line number Diff line number Diff line change @@ -3311,11 +3311,7 @@ if (!process.env.FIREBASE_PROJECT) {
33113311} 
33123312
33133313try  { 
3314- 	await  _actions_exec__WEBPACK_IMPORTED_MODULE_1__ . exec ( 
3315- 		`firebase deploy -m ${ process . env . GITHUB_SHA } ${ process . env . FIREBASE_PROJECT }  , 
3316- 		[ ] , 
3317- 		options 
3318- 	) ; 
3314+ 	await  _actions_exec__WEBPACK_IMPORTED_MODULE_1__ . exec ( `firebase deploy -m ${ process . env . GITHUB_SHA } ${ process . env . FIREBASE_PROJECT }  ) ; 
33193315}  catch  ( error )  { 
33203316	_actions_core__WEBPACK_IMPORTED_MODULE_0__ . setFailed ( 
33213317		`An error occured while deploying to Firebase: ${ error }  
Original file line number Diff line number Diff line change 11{
22  "name" : " firebase-deployment" 
33  "description" : " A GitHub Action to deploy firebase hosting and functions together." 
4-   "version" : " 1.3.10 " 
4+   "version" : " 1.3.11 " 
55  "private" : true ,
66  "type" : " module" 
77  "homepage" : " https://github.com/sws2apps/firebase-deployment#readme" 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments