Skip to content

Commit

Permalink
fix(ci): Set fetch-depth to 0, for version_check
Browse files Browse the repository at this point in the history
  • Loading branch information
extg5 committed Jun 6, 2024
1 parent 2b6278a commit 381ea5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 381ea5c

Please sign in to comment.