Fix tag for NuGet login (#122)

This commit is contained in:
Patrick Stevens
2025-10-03 10:26:04 +01:00
committed by GitHub
parent 3d76737767
commit 0c02f81b09

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 }}