Skip to content

Commit

Permalink
Fix build script because im a MORON
Browse files Browse the repository at this point in the history
  • Loading branch information
p-goulart committed Jan 29, 2024
1 parent 371edf4 commit 725997c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
working-directory: ${{ env.PT_DICT_HOME }}
run: |
poetry run python "dict_tools/scripts/update_pom.py" \
--new-version "${{ env.PT_DICT_VERSION }}"
--new-version "${{ env.PT_DICT_VERSION }}" \
--package-name "portuguese-pos-dict"
# This step will also re-compile LT with the new dictionary version in pom.xml
Expand Down

0 comments on commit 725997c

Please sign in to comment.