Skip to content

Commit

Permalink
ci(master): restore fetch-depth
Browse files Browse the repository at this point in the history
the publishing script needs it.
  • Loading branch information
msimerson authored May 24, 2022
1 parent a4863cc commit 4d9cfc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Node ${{ env.node_version }}
uses: actions/setup-node@v2
Expand Down

0 comments on commit 4d9cfc7

Please sign in to comment.