Skip to content

Commit bb9ace3

Browse files
committed
Remove guards around add remote and dry-run upload
1 parent c9c0d36 commit bb9ace3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/export.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,10 @@ jobs:
4141
conan export soci/all --version=4.0.3
4242
conan export wasm-xrplf/all --version=2.4.1-xrplf
4343
- name: Add Conan remote
44-
if: ${{ github.repository_owner == 'XRPLF' }}
4544
run: |
4645
conan remote add --index 0 ${{ env.CONAN_REMOTE_NAME }} ${{ env.CONAN_REMOTE_URL }}
4746
echo "Added new conan remote '${{ env.CONAN_REMOTE_NAME }}' at ${{ env.CONAN_REMOTE_URL }}."
4847
- name: Upload the recipes (dry run)
49-
if: ${{ github.repository_owner == 'XRPLF' }}
5048
run: conan upload '*' --confirm --check --only-recipe --remote ${{ env.CONAN_REMOTE_NAME }} --dry-run
5149
- name: Log into Conan remote
5250
if: ${{ github.repository_owner == 'XRPLF' && github.event_name == 'push' }}

0 commit comments

Comments
 (0)