We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 873b60f commit 9b640e8Copy full SHA for 9b640e8
.github/workflows/export.yml
@@ -43,4 +43,5 @@ jobs:
43
- name: Upload the recipes
44
run: |
45
conan upload '*' --confirm --check --only-recipe \
46
- --remote ${{ env.CONAN_REMOTE_NAME }}
+ --remote ${{ env.CONAN_REMOTE_NAME }} \
47
+ #${{ github.ref_type == 'branch' && github.ref_name == github.event.repository.default_branch && '' || '--dry-run'}}
0 commit comments