Skip to content

Commit

Permalink
Fix bug with local POM version (#45)
Browse files Browse the repository at this point in the history
* Replace env var with actual version in dict pom

* Update dict_tools version

* Update LT branch (this is stupid)
  • Loading branch information
p-goulart authored Jul 15, 2024
1 parent e5436d8 commit 7b6586f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
matrix:
python-version: ["3.11"]
env:
LT_BRANCH: "pt/dict/v1.1.0"
LT_BRANCH: "pt/dict/v1.2.0"
steps:
- name: Set paths
run: |
Expand Down Expand Up @@ -217,6 +217,12 @@ jobs:
- name: Set dictionary version
run: echo "PT_DICT_VERSION=$(git describe --tags --abbrev=0 | sed 's/^v//g')" >> $GITHUB_ENV

- 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"
- name: Set up JDK 11 for x64
uses: actions/setup-java@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion dict_tools
Submodule dict_tools updated 1 files
+21 −14 scripts/update_pom.py

0 comments on commit 7b6586f

Please sign in to comment.