Skip to content

Commit

Permalink
Merge pull request #31 from KIT-MRT/test_version_bump_workflow
Browse files Browse the repository at this point in the history
Add fetch-depth
  • Loading branch information
ll-nick authored Nov 11, 2024
2 parents dfc7f93 + 5b31193 commit e034f6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bump-version-and-create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
- name: Check out the repository and pull the new tag
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ needs.compute-version.outputs.new_tag }}

- name: Build release packages
Expand Down

0 comments on commit e034f6a

Please sign in to comment.