Skip to content

Commit 37b1812

Browse files
Update nbgv_prepare_release.yml
1 parent b6e0056 commit 37b1812

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/nbgv_prepare_release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,13 @@ jobs:
5959
run: |
6060
git config user.name "github-actions[bot]"
6161
git config user.email "github-actions[bot]@users.noreply.github.com"
62-
62+
63+
- name: Show PATH and dotnet tools
64+
run: |
65+
echo $PATH
66+
ls -l $HOME/.dotnet/tools
67+
dotnet tool list -g
68+
6369
- name: 🔖 Resolve SemVer
6470
id: version
6571
run: |

0 commit comments

Comments
 (0)