Skip to content

Commit

Permalink
chore: simplify publish workflow configuration
Browse files Browse the repository at this point in the history
Replace fetch unshallow with git checkout config
  • Loading branch information
hydrosquall committed Nov 29, 2021
1 parent fb2d238 commit 7266c79
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-auto.yml
Expand Up @@ -19,9 +19,8 @@ jobs:
with:
registry-url: "https://registry.npmjs.org"
node-version: "16"

- name: Prepare repository
run: git fetch --unshallow --tags
# 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 7266c79

Please sign in to comment.