Skip to content

Update codecov/codecov-action action to v6 #78

Update codecov/codecov-action action to v6

Update codecov/codecov-action action to v6 #78

name: Release Alpha and Propose Stable
on:
workflow_dispatch:
pull_request:
types: [closed]
branches: [dev]
jobs:
publish_alpha:
if: github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch'
uses: OpenVoiceOS/gh-automations/.github/workflows/publish-alpha.yml@dev
secrets: inherit
with:
branch: 'dev'
version_file: 'ovos_workshop/version.py'
update_changelog: true
publish_prerelease: true
propose_release: true
changelog_max_issues: 100
publish_pypi: true
notify_matrix: true