Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Jan 11, 2021
1 parent 4725461 commit 998a242
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/monorepo-split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
package: ${{fromJson(needs.provide-packages-list.outputs.matrix)}}
steps:
- uses: actions/checkout@v2
- id: previous-tag
uses: "WyriHaximus/github-action-get-previous-tag@master"
- name: Monorepo Split of ${{ matrix.package }}
uses: symplify/github-action-monorepo-split@master
env:
Expand All @@ -39,5 +41,6 @@ jobs:
package-directory: 'packages/${{ matrix.package }}'
split-repository-organization: 'squirephp'
split-repository-name: '${{ matrix.package }}'
tag: ${{ steps.previous-tag.outputs.tag }}
user-name: "Dan Harrin"
user-email: "[email protected]"

0 comments on commit 998a242

Please sign in to comment.