Skip to content

feat: Initial commit #6

feat: Initial commit

feat: Initial commit #6

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: Release
publish-package: true
secrets: inherit