We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f613bc commit 54b5773Copy full SHA for 54b5773
.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 --output ./nupkg
+ run: dotnet pack src/XperienceCommunity.Sustainability.csproj --configuration Release --no-build --output nupkg
31
32
- name: Publish to NuGet using Trusted Publishing
33
run: dotnet nuget push ./nupkg/*.nupkg --source https://api.nuget.org/v3/index.json --skip-duplicate
0 commit comments