File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -63,12 +63,12 @@ jobs:
6363 submodules : true
6464 - name : Read package information
6565 run : |
66- export REPOSITORY_NAME=$(basename ${{ github.event. repository.name }})
66+ export REPOSITORY_NAME=$(basename ${{ github.repository }})
6767 wget "$SCRIPTS_BASE_URL/read_cpp_package_info.sh"
6868 bash ./read_cpp_package_info.sh
6969 - name : Publish NuGet package
7070 run : |
71- export REPOSITORY_NAME=$(basename ${{ github.event. repository.name }})
71+ export REPOSITORY_NAME=$(basename ${{ github.repository }})
7272 wget "$SCRIPTS_BASE_URL/push-cpp-nuget.sh"
7373 bash ./push-cpp-nuget.sh
7474 publiseRelease :
@@ -80,12 +80,12 @@ jobs:
8080 submodules : true
8181 - name : Read project information
8282 run : |
83- export REPOSITORY_NAME=$(basename ${{ github.event. repository.name }})
83+ export REPOSITORY_NAME=$(basename ${{ github.repository }})
8484 wget "$SCRIPTS_BASE_URL/read_cpp_package_info.sh"
8585 bash ./read_cpp_package_info.sh
8686 - name : Publish release
8787 run : |
88- export REPOSITORY_NAME=$(basename ${{ github.event. repository.name }})
88+ export REPOSITORY_NAME=$(basename ${{ github.repository }})
8989 wget "$SCRIPTS_BASE_URL/publish-release.sh"
9090 chmod +x ./publish-release.sh
9191 wget "$SCRIPTS_BASE_URL/publish-cpp-release.sh"
You can’t perform that action at this time.
0 commit comments