We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b640e8 commit 4d04489Copy full SHA for 4d04489
.github/workflows/export.yml
@@ -44,4 +44,4 @@ jobs:
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'}}
+ ${{ github.ref_type == 'branch' && github.ref_name == github.event.repository.default_branch && '' || '--dry-run'}}
0 commit comments