Skip to content

v3.6.2

v3.6.2 #10

Workflow file for this run

name: Release
on:
release:
types: [published]
jobs:
build-release:
name: Build Release
uses: ./.github/workflows/common.yml
with:
type: Release
is-snapshot: false
change-log: ${{ github.event.release.body }}
secrets: inherit