Skip to content

Commit

Permalink
ci: fetch complete depth
Browse files Browse the repository at this point in the history
needed by release scripts
  • Loading branch information
saihaj committed Nov 3, 2020
1 parent 571dfc9 commit 516a4f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
run: git fetch --prune --unshallow --tags
with:
fetch-depth: 0

- name: Use Node.js 12.x
uses: actions/setup-node@v1
Expand Down

0 comments on commit 516a4f5

Please sign in to comment.