Skip to content

Commit

Permalink
Update rm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to authored Dec 20, 2024
1 parent b208508 commit c65a379
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/rm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,7 @@ jobs:
git remote add subtree "$repo_url"
git fetch subtree ${{ github.ref_name }}
- run: |
git subtree pull --prefix src/${{ matrix.package.namespace }} subtree ${{ github.ref_name }} --squash || true
- run: |
repo_url="https://${{ secrets.SUPER_ACCESS_TOKEN }}@github.com/moonshine-software/${{ matrix.package.repo }}.git"
git subtree push --prefix src/${{ matrix.package.namespace }} "$repo_url" ${{ github.ref_name }}
git subtree pull --prefix src/${{ matrix.package.namespace }} subtree ${{ github.ref_name }} --squash --allow-unrelated-histories
- run: |
repo_url="https://${{ secrets.SUPER_ACCESS_TOKEN }}@github.com/moonshine-software/${{ matrix.package.repo }}.git"
git subtree push --prefix src/${{ matrix.package.namespace }} "$repo_url" ${{ github.ref_name }}

0 comments on commit c65a379

Please sign in to comment.