File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 # APPLE_ID: ${{ secrets.apple_id }}
2121 # APPLE_ID_PASS: ${{ secrets.apple_id_pass }}
2222
23- if : github.ref == 'refs/heads/master'|| github.ref == 'refs/heads/production'
23+ if : github.ref == 'refs/heads/master'|| github.ref == 'refs/heads/production' || github.ref == 'refs/heads/beta'
2424 runs-on : ${{ github.event.inputs.build_type }}
2525
2626 steps :
Original file line number Diff line number Diff line change 148148 "provider" : " github" ,
149149 "releaseType" : " release" ,
150150 "owner" : " requestly" ,
151- "repo" : " requestly-desktop-app "
151+ "repo" : " requestly-desktop-beta "
152152 }
153153 },
154154 "repository" : {
155155 "type" : " git" ,
156- "url" : " git+https://github.com/requestly/requestly-desktop-app .git"
156+ "url" : " git+https://github.com/requestly/requestly-desktop-beta .git"
157157 },
158158 "author" : {
159159 "name" : " BrowserStack Inc." ,
Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ const getWebAppURL = (): string => {
207207 }
208208 return isDevelopment
209209 ? "http://localhost:3000"
210- : "https://app .requestly.io" ;
210+ : "https://beta .requestly.io" ;
211211} ;
212212
213213let closingAccepted = false ;
You can’t perform that action at this time.
0 commit comments