We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54b5773 commit b193511Copy full SHA for b193511
.github/workflows/publish.yml
@@ -30,4 +30,6 @@ jobs:
30
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
+ run: |
34
+ cd nupkg
35
+ dotnet nuget push *.nupkg --source https://api.nuget.org/v3/index.json --skip-duplicate
0 commit comments