Skip to content

Commit

Permalink
fix: release should fetch all code to determine the correct release n…
Browse files Browse the repository at this point in the history
…otes.
  • Loading branch information
derkalle4 committed Nov 19, 2024
1 parent 74f4cb3 commit d3fe93c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:

- name: Checkout Repository
uses: actions/checkout@v2
with:
fetch-depth: 0 # Fetch all history for all branches and tags

- name: Get Current Project Version Number From Version.cs
id: get_version
Expand Down

0 comments on commit d3fe93c

Please sign in to comment.