Skip to content

Commit

Permalink
Fix monorepo builder action branch
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin committed Mar 11, 2021
1 parent d70a02f commit 03adbda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/monorepo-split.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- id: previous-tag
uses: "WyriHaximus/github-action-get-previous-tag@main"
uses: "WyriHaximus/github-action-get-previous-tag@master"
- name: Monorepo Split of ${{ matrix.package }}
uses: symplify/github-action-monorepo-split@master
uses: symplify/github-action-monorepo-split@main
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
with:
Expand Down

0 comments on commit 03adbda

Please sign in to comment.