Skip to content

Commit d9e96e5

Browse files
authored
Remove Mothership branching
1 parent b8d5932 commit d9e96e5

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

Diff for: .github/workflows/ci-release.yml

-23
Original file line numberDiff line numberDiff line change
@@ -99,29 +99,6 @@ jobs:
9999
draft: false
100100
prerelease: false
101101
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-
user-email: [email protected]
124-
commit-message: Upgrade view to ${{steps.version.outputs.newTag}}
125102
- name: Deploy to gh-pages 🚀
126103
if: github.event_name != 'pull_request'
127104
uses: JamesIves/[email protected]

0 commit comments

Comments
 (0)