Skip to content

Commit

Permalink
fix: replace fetch-tags with fetch-depth
Browse files Browse the repository at this point in the history
  • Loading branch information
parkerbxyz committed Mar 12, 2024
1 parent f105a4c commit 186b6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
release-type: ${{ inputs.release-type }}
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
fetch-tags: true
fetch-depth: 0
- name: Configure Git
if: steps.release.outputs.release_created == 'true'
run: |
Expand Down

0 comments on commit 186b6ec

Please sign in to comment.