Skip to content

.github/workflows/propose_release.yml #1

.github/workflows/propose_release.yml

.github/workflows/propose_release.yml #1

name: Propose Stable Build
on:
workflow_dispatch:
inputs:
release_type:
type: choice
options:
- "patch"
- "minor"
- "major"
jobs:
build_and_publish:
uses: openvoiceos/.github/.github/workflows/propose_semver_release.yml@feat/shared_actions1

Check failure on line 14 in .github/workflows/propose_release.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/propose_release.yml

Invalid workflow file

error parsing called workflow ".github/workflows/propose_release.yml" -> "openvoiceos/.github/.github/workflows/propose_semver_release.yml@feat/shared_actions1" : failed to fetch workflow: workflow was not found.
with:
python_version: "3.10"
version_file: skill_randomness/version.py
release_type: ${{inputs.release_type}} # build, minor, major