Skip to content

Commit

Permalink
fix(workflows/push): fix yaml syntax (#1108)
Browse files Browse the repository at this point in the history
  • Loading branch information
williaster authored Mar 15, 2021
1 parent f6a134c commit 0962f08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v2 # checkout visx + this commit
with:
# pulls all commits (needed for lerna to correctly release only changed packages)
fetch-depth: '0'
# pulls all commits (needed for lerna to correctly release only changed packages)
fetch-depth: '0'
- uses: actions/setup-node@v2
with:
node-version: '12'
Expand Down

0 comments on commit 0962f08

Please sign in to comment.