Skip to content

fixed extra intent in test #4

fixed extra intent in test

fixed extra intent in test #4

name: Publish Alpha Build ...aX
on:
push:
branches:
- dev
paths-ignore:
- "ovos_core/version.py"
- "test/**"
- "examples/**"
- ".github/**"
- ".gitignore"
- "LICENSE"
- "CHANGELOG.md"
- "MANIFEST.in"
- "readme.md"
- "scripts/**"
workflow_dispatch:
jobs:
build_and_publish:
uses: openvoiceos/.github/.github/workflows/publish_alpha_release.yml@feat/shared_actions1
secrets: inherit
with:
version_file: ovos_skill_moviemaster/version.py # File location of the version file, default: version.py
python_version: "3.10"
locale_folder: ovos_skill_moviemaster/locale
update_intentfile: test/test_intents.yaml
changelog_file: CHANGELOG.md