Skip to content

Release Tarball

Release Tarball #8

Workflow file for this run

name: Release Tarball
on:
push:
tags:
- 'v*' # Trigger only on version tags (e.g., v1.0.0)
jobs:
release:
uses: ./.github/workflows/common-steps.yml # Reference reusable workflow
with:
build-type: release