File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 4040 conan export protobuf/all --version=6.30.1
4141 conan export snappy/all --version=1.1.10
4242 conan export soci/all --version=4.0.3
43+ - name : Upload the recipes (dry run)
44+ if : ${{ github.ref_type == 'branch' && github.ref_name != github.event.repository.default_branch }}
45+ run : |
46+ conan upload '*' --confirm --check --only-recipe --remote ${{ env.CONAN_REMOTE_NAME }} --dry-run
4347 - name : Upload the recipes
48+ if : ${{ github.ref_type == 'branch' && github.ref_name == github.event.repository.default_branch }}
4449 run : |
45- conan upload '*' --confirm --check --only-recipe \
46- --remote ${{ env.CONAN_REMOTE_NAME }} \
47- ${{ github.ref_type == 'branch' && github.ref_name == github.event.repository.default_branch && '' || '--dry-run'}}
50+ conan upload '*' --confirm --check --only-recipe --remote ${{ env.CONAN_REMOTE_NAME }}
You can’t perform that action at this time.
0 commit comments