brandedoutcast / publish-nuget

📦 GitHub action to automate publishing NuGet packages when project version changes
https://github.com/marketplace/actions/publish-nuget
MIT License
197 stars 101 forks source link

Tagging fails #10

Closed cuzzlor closed 4 years ago

cuzzlor commented 4 years ago

Hi @rohith,

Just wondering if you've seen this before:

fatal: could not read Username for 'https://github.com': No such device or address

https://github.com/cuzzlor/HttpTestExtensions/commit/cc0f2f2b45ae06ceaeb8833153087add761ce0e6/checks?check_suite_id=415716347

The publish to nuget worked fine, but it failed to tag.

I pushed straight to master, is this just a random failure or should I be doing something different?

Thanks, Sam.

cuzzlor commented 4 years ago

Ooops my fault - I used action/checkout@v1 instead of @v2!