We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26124f0 commit 4fb8e88Copy full SHA for 4fb8e88
.github/workflows/export.yml
@@ -41,4 +41,7 @@ jobs:
41
conan export snappy/all --version=1.1.10
42
conan export soci/all --version=4.0.3
43
- name: Upload the recipes
44
- run: conan upload '*' --confirm --remote ${{ env.CONAN_REMOTE_NAME }}
+ 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 && '' || '--dryrun'}}
0 commit comments