Skip to content

Commit

Permalink
🐞 fix(workflow): 拉取多个提交记录
Browse files Browse the repository at this point in the history
  • Loading branch information
marherb committed May 4, 2024
1 parent 4083495 commit a22259c
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 @@ -11,6 +11,8 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v4
with:
fetch-depth: 2

- name: Use Node.js
uses: actions/setup-node@v4
Expand Down

0 comments on commit a22259c

Please sign in to comment.