Skip to content

Commit

Permalink
[DEV-1387] Add fetch-depth option (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
kin0992 authored Feb 14, 2024
1 parent 3d86bfc commit acd8fdb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
# https://github.com/actions/checkout/issues/1471#issuecomment-1771231294
fetch-tags: 'true'
fetch-depth: 0

- name: Setup Node.JS
uses: ./.github/actions/setup-node
Expand Down

0 comments on commit acd8fdb

Please sign in to comment.