Skip to content

Commit 0a67aa4

Browse files
committed
.
1 parent c62c5b9 commit 0a67aa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish_stable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
secrets: inherit
1111
with:
1212
branch: 'master'
13-
version_file: 'ovos-solver-failure-plugin/version.py'
13+
version_file: 'ovos_solver_failure_plugin/version.py'
1414
setup_py: 'setup.py'
1515
publish_release: true
1616

.github/workflows/release_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
secrets: inherit
1313
with:
1414
branch: 'dev'
15-
version_file: 'ovos-solver-failure-plugin/version.py'
15+
version_file: 'ovos_solver_failure_plugin/version.py'
1616
setup_py: 'setup.py'
1717
update_changelog: true
1818
publish_prerelease: true

0 commit comments

Comments
 (0)