Skip to content

Release

Release #2

Workflow file for this run

name: Release
on:
workflow_dispatch:
inputs:
version:
description: Release version
required: true
type: string
jobs:
changelog:
uses: ExEr7um/workflows/.github/workflows/[email protected]
with:
version: ${{ inputs.version }}