We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9c0d36 commit bb9ace3Copy full SHA for bb9ace3
.github/workflows/export.yml
@@ -41,12 +41,10 @@ jobs:
41
conan export soci/all --version=4.0.3
42
conan export wasm-xrplf/all --version=2.4.1-xrplf
43
- name: Add Conan remote
44
- if: ${{ github.repository_owner == 'XRPLF' }}
45
run: |
46
conan remote add --index 0 ${{ env.CONAN_REMOTE_NAME }} ${{ env.CONAN_REMOTE_URL }}
47
echo "Added new conan remote '${{ env.CONAN_REMOTE_NAME }}' at ${{ env.CONAN_REMOTE_URL }}."
48
- name: Upload the recipes (dry run)
49
50
run: conan upload '*' --confirm --check --only-recipe --remote ${{ env.CONAN_REMOTE_NAME }} --dry-run
51
- name: Log into Conan remote
52
if: ${{ github.repository_owner == 'XRPLF' && github.event_name == 'push' }}
0 commit comments