Skip to content

Publish Release

Publish Release #9

name: Publish Release
on:
workflow_run:
workflows: [ "Publish Conan branch package" ]
branches: [ main ]
types:
- completed
concurrency:
group: publish-release-${{ github.workflow }}-${{ github.ref }}
jobs:
publish-release:
uses: dice-group/cpp-conan-release-reusable-workflow/.github/workflows/publish-release.yml@main
with:
public_artifactory: true
os: ubuntu-22.04
compiler: clang-15
cmake-version: 3.22.6
conan-version: 2.0.13
conan-options: -o boost/*:header_only=True
secrets:
CONAN_USER: ${{ secrets.CONAN_USER }}
CONAN_PW: ${{ secrets.CONAN_PW }}