Skip to content

fix: CI

fix: CI #19

Workflow file for this run

name: Main and PR Pipeline
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
defaults:
run:
shell: bash
on:
push:
tags:
# This is not a real version tag, its just used to trigger
# the release build. Glob pattern:
- "prepare-v[0-9]+.[0-9]+.[0-9]+*"
jobs:
release:
uses: ./.github/workflows/normal.yaml
with:
is_release: true