mirror of
https://github.com/Smaug123/WoofWare.PrattParser
synced 2025-10-04 17:08:40 +00:00
Fix tag for NuGet login (#122)
This commit is contained in:
2
.github/workflows/dotnet.yaml
vendored
2
.github/workflows/dotnet.yaml
vendored
@@ -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 }}
|
||||
|
Reference in New Issue
Block a user