diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index 1cce2eaa..af439d69 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -49,6 +49,12 @@ jobs: export REPOSITORY_NAME=$(basename ${{ github.repository }}) wget "$SCRIPTS_BASE_URL/push-csharp-nuget.sh" bash ./push-csharp-nuget.sh + - name: Read Cpp package information + if: github.event_name == 'push' + run: | + export REPOSITORY_NAME=$(basename ${{ github.repository }}) + wget "$SCRIPTS_BASE_URL/read_cpp_package_info.sh" + bash ./read_cpp_package_info.sh - name: Publish Cpp NuGet package if: github.event_name == 'push' run: |