Skip to content

Commit

Permalink
chore: move fetch-depth config to checkout action (#1045)
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrosquall committed Dec 1, 2021
1 parent 70ce3a7 commit 519bb9c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-auto.yml
Expand Up @@ -14,13 +14,14 @@ jobs:
name: Make a release and publish to NPM
steps:
- uses: actions/checkout@v2
with:
# Fetch all history for all tags and branches
fetch-depth: 0

- uses: actions/setup-node@v2.5.0
with:
registry-url: "https://registry.npmjs.org"
node-version: "16"
# Fetch all history for all tags and branches
fetch-depth: 0

- name: Install Node dependencies
run: yarn --frozen-lockfile
Expand Down

0 comments on commit 519bb9c

Please sign in to comment.