Skip to content

Commit 873b60f

Browse files
committed
Temporarily remove dry-run to confirm behavior
1 parent 5aa9b9c commit 873b60f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/export.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,4 @@ jobs:
4343
- name: Upload the recipes
4444
run: |
4545
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'}}
46+
--remote ${{ env.CONAN_REMOTE_NAME }}

0 commit comments

Comments
 (0)