We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa9b9c commit 873b60fCopy full SHA for 873b60f
.github/workflows/export.yml
@@ -43,5 +43,4 @@ jobs:
43
- name: Upload the recipes
44
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'}}
+ --remote ${{ env.CONAN_REMOTE_NAME }}
0 commit comments