Skip to content

Improve release process #3

Improve release process

Improve release process #3

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

Check failure on line 10 in .github/workflows/release-tarball.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/release-tarball.yml

Invalid workflow file

error parsing called workflow ".github/workflows/release-tarball.yml" -> "./.github/workflows/common-steps.yml" (source tag with sha:c3ade304b687bdca30ae8a6709ab3d5bdf064b9f) : You have an error in your yaml syntax on line 38
with:
build-type: release