Skip to content

Commit

Permalink
fix: git fetch all in the github action to build the full changelog (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
cmotelet authored Jul 26, 2021
1 parent b690bfb commit c63d652
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit c63d652

Please sign in to comment.