Skip to content

Commit

Permalink
Fix package name in deploy step
Browse files Browse the repository at this point in the history
  • Loading branch information
p-goulart committed Oct 21, 2024
1 parent 6643517 commit 78bfe7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ jobs:
- name: Add dictionary version to package pom
run: |
poetry run python "dict_tools/scripts/update_pom.py" \
--new-version "${{ env.PT_DICT_VERSION }}" \
--package-name "portuguese-pos-dict" \
--new-version "${{ env.FR_DICT_VERSION }}" \
--package-name "french-pos-dict" \
--verbosity debug
- name: Set up JDK 17 for x64
Expand Down

0 comments on commit 78bfe7c

Please sign in to comment.