File tree 1 file changed +0
-23
lines changed
1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 99
99
draft : false
100
100
prerelease : false
101
101
overwrite : true
102
- - name : Prepare for Mothership
103
- if : github.event_name != 'pull_request'
104
- uses :
GuillaumeFalourd/[email protected]
105
- with :
106
- repository_owner : metrico
107
- repository_name : qryn
108
- new_branch_name : view_${{steps.version.outputs.newTag}}
109
- new_branch_ref : master
110
- access_token : ${{ secrets.GH_PUSH }}
111
- - name : Push to Mothership
112
- if : github.event_name != 'pull_request'
113
- uses : cpina/github-action-push-to-another-repository@main
114
- env :
115
- API_TOKEN_GITHUB : ${{ secrets.GH_PUSH }}
116
- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
117
- with :
118
- source-directory : " packages/main/dist"
119
- target-directory : " view"
120
- target-branch : view_${{steps.version.outputs.newTag}}
121
- destination-github-username : " metrico"
122
- destination-repository-name : " qryn"
123
-
124
- commit-message : Upgrade view to ${{steps.version.outputs.newTag}}
125
102
- name : Deploy to gh-pages 🚀
126
103
if : github.event_name != 'pull_request'
127
104
You can’t perform that action at this time.
0 commit comments