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.
2 parents 96b98df + 3c88ec5 commit 78dbe89Copy full SHA for 78dbe89
1 file changed
.github/workflows/cd.yml
@@ -33,4 +33,5 @@ jobs:
33
run: dotnet pack Revit.Extensions/Revit.Extensions.csproj -p:Configuration=${{ matrix.configuration }} --no-build --output ./nupkgs
34
35
- name: Push to NuGet
36
+ shell: bash
37
run: dotnet nuget push "./nupkgs/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate
0 commit comments