We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d740ef commit 8f613bcCopy full SHA for 8f613bc
.github/workflows/publish.yml
@@ -27,7 +27,7 @@ jobs:
27
run: dotnet build src/XperienceCommunity.Sustainability.csproj --configuration Release --no-restore
28
29
- name: Pack
30
- run: dotnet pack src/XperienceCommunity.Sustainability.csproj --configuration Release --no-build
+ run: dotnet pack src/XperienceCommunity.Sustainability.csproj --configuration Release --output ./nupkg
31
32
- name: Publish to NuGet using Trusted Publishing
33
- run: dotnet nuget push src/bin/Release/*.nupkg --source https://api.nuget.org/v3/index.json --skip-duplicate
+ run: dotnet nuget push ./nupkg/*.nupkg --source https://api.nuget.org/v3/index.json --skip-duplicate
0 commit comments