Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ jobs:
fetch-depth: 0

- name: Install GitVersion tool
uses: gittools/actions/gitversion/setup@b3e1c2f9b6983393b289892d140d220011a58c4e
uses: gittools/actions/gitversion/setup@a860b0c5aec39203fbdc9bb9b7d9eca1cde6dab4
with:
versionSpec: '6.5.1'

- name: Get semantic build version
id: gitversion
uses: gittools/actions/gitversion/execute@b3e1c2f9b6983393b289892d140d220011a58c4e
uses: gittools/actions/gitversion/execute@a860b0c5aec39203fbdc9bb9b7d9eca1cde6dab4
with:
configFilePath: GitVersion.yml
disableShallowCloneCheck: true
Expand Down
Loading