Skip to content

Release Prep

Release Prep #43

Workflow file for this run

---
name: Release Prep
on:
workflow_dispatch:
inputs:
version:
description: Module version to be released. Must be a valid semver string.
(1.2.3)
required: true
jobs:
release_prep:
uses: puppetlabs/cat-github-actions/.github/workflows/module_release_prep.yml@main
with:
version: ${{ github.event.inputs.version }}
secrets: inherit