1 Commits

Author SHA1 Message Date
Patrick Stevens
0c02f81b09 Fix tag for NuGet login (#122) 2025-10-03 10:26:04 +01:00

View File

@@ -243,7 +243,7 @@ jobs:
id: identify-dotnet
run: nix develop --command bash -c 'echo dotnet=$(which dotnet) >> $GITHUB_OUTPUT'
- name: Obtain NuGet key
uses: NuGet/login@c4e75239670fdbea167b518c23523c3eaba3692d
uses: NuGet/login@d22cc5f58ff5b88bf9bd452535b4335137e24544
id: login
with:
user: ${{ secrets.NUGET_USER }}