We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830ef95 commit 014635cCopy full SHA for 014635c
.github/workflows/master.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Test (Hedgehog.Linq.Tests)
27
run: dotnet test --no-build --configuration Release --verbosity normal tests/Hedgehog.Linq.Tests/Hedgehog.Linq.Tests.csproj
28
- name: Publish NuGet
29
- uses: brandedoutcast/publish-nuget@v2.5.5
+ uses: alirezanet/publish-nuget@v3.0.4
30
with:
31
PROJECT_FILE_PATH: "src/Hedgehog/Hedgehog.fsproj"
32
PACKAGE_NAME: "Hedgehog"
0 commit comments