Skip to content

1.2.0

1.2.0 #6

Workflow file for this run

on:
push:
tags:
- "v[12].[0-9]+.[0-9]+"
name: "Stable Tag"
jobs:
release:
name: "Release"
uses: ./.github/workflows/part_release.yml
with:
releaseName: "${{ github.ref_name }}"
stable: true
build:
name: "Build"
uses: ./.github/workflows/part_build.yml