Browse Source

chore: fix script

pull/381/head
Parodi, Eugenio 🌶 12 months ago
parent
commit
7883fb5e5a
  1. 2
      .github/workflows/release.yml

2
.github/workflows/release.yml

@ -113,7 +113,7 @@ jobs:
apps/*/*/__init__.py \
libs/pyTermTk/TermTk/__init__.py \
CHANGELOG.md
find . -name pyproject.toml xargs git add
find . -name pyproject.toml | xargs git add
git commit -m "chore: updated TermTk and apps to versions to ${_VERSION_TTK}, ${_VERSION_DPT}, ${_VERSION_T_D} ${_VERSION_KOD}"
git push

Loading…
Cancel
Save