Skip to content

Commit 78dbe89

Browse files
authored
Merge pull request #3 from Apibim-com/bugfix/cd_workflow
Fixed cd pipeline
2 parents 96b98df + 3c88ec5 commit 78dbe89

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ jobs:
3333
run: dotnet pack Revit.Extensions/Revit.Extensions.csproj -p:Configuration=${{ matrix.configuration }} --no-build --output ./nupkgs
3434

3535
- name: Push to NuGet
36+
shell: bash
3637
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

Comments
 (0)