Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Jan 31, 2025
1 parent 888fe95 commit 09e5391
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
secrets: inherit
with:
branch: 'master'
version_file: 'ovos-solver-plugin-aiml/version.py'
version_file: 'ovos_solver_aiml_plugin/version.py'
setup_py: 'setup.py'
publish_release: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
secrets: inherit
with:
branch: 'dev'
version_file: 'ovos-solver-plugin-aiml/version.py'
version_file: 'ovos_solver_aiml_plugin/version.py'
setup_py: 'setup.py'
update_changelog: true
publish_prerelease: true
Expand Down

0 comments on commit 09e5391

Please sign in to comment.