Skip to content

Commit

Permalink
Merge pull request #7 from awhipp/ci/fetch_depth
Browse files Browse the repository at this point in the history
fix: adding fetch depth 0
  • Loading branch information
awhipp authored Mar 13, 2024
2 parents 63e5d26 + 98222f1 commit e214812
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/bump_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v4

with:
fetch-depth: "0"

- name: Analyze Commit Messages and Bump Version
run: |
# Custom script to analyze commit messages and determine version bump
Expand Down

0 comments on commit e214812

Please # to comment.