Skip to content

Commit 798cd4b

Browse files
chore: ensure Nerdbank.GitVersioning tool is uninstalled before installation
1 parent b2eefad commit 798cd4b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release-version-and-tag.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828

2929
- name: Install Nerdbank.GitVersioning tool
3030
run: |
31+
dotnet tool uninstall --global nbgv || true
3132
dotnet tool install --global nbgv --version 3.9.50
3233
echo "$HOME/.dotnet/tools" >> $GITHUB_PATH
3334

0 commit comments

Comments
 (0)