Skip to content

fix: Conf - Need to be built in Debug mode #7

fix: Conf - Need to be built in Debug mode

fix: Conf - Need to be built in Debug mode #7

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
tags:
- '*'
jobs:
publish:
uses: ./.github/workflows/common.yml
with:
lib-version: ${{github.ref_name}}
configuration: Debug
publish-package: true
secrets: inherit