Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/linksplatform/Ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
Konard committed Mar 17, 2020
2 parents 501b70d + be4426c commit 2635427
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,18 @@ 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: |
export REPOSITORY_NAME=$(basename ${{ github.repository }})
wget "$SCRIPTS_BASE_URL/push-cpp-nuget.sh"
bash ./push-cpp-nuget.sh
- name: Publish release
if: github.event_name == 'push'
run: |
Expand Down

0 comments on commit 2635427

Please sign in to comment.