Skip to content

5.8.6

5.8.6 #30

Workflow file for this run

name: 🚀 Deploy
on:
workflow_dispatch:
release:
types: [published]
jobs:
deploy_v5:
if: startsWith(github.ref, 'refs/tags/')
uses: libhal/ci/.github/workflows/package_and_upload_all.yml@5.x.y
with:
dir: v5
version: ${{ github.ref_name }}
remote_url: https://libhal.jfrog.io/artifactory/api/conan/trunk-conan
secrets: inherit