Skip to content

Commit 4d04489

Browse files
committed
Restore dry-run flag for commits
1 parent 9b640e8 commit 4d04489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/export.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
run: |
4545
conan upload '*' --confirm --check --only-recipe \
4646
--remote ${{ env.CONAN_REMOTE_NAME }} \
47-
#${{ github.ref_type == 'branch' && github.ref_name == github.event.repository.default_branch && '' || '--dry-run'}}
47+
${{ github.ref_type == 'branch' && github.ref_name == github.event.repository.default_branch && '' || '--dry-run'}}

0 commit comments

Comments
 (0)