Parcourir la source

ci: fix error in the release workflow

tags/v0.6.0
Jérôme Deuchnord il y a 5 ans
Parent
révision
f9f2718447
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: BC6F3C345B7D33B0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      .github/workflows/release.yml

+ 1
- 1
.github/workflows/release.yml Voir le fichier

@@ -29,7 +29,7 @@ jobs:
POEDITOR_API_ACCESS: ${{ secrets.POEDITOR_API_ACCESS }}
POEDITOR_PROJECT_ID: 306433
run: |
cd manpage && ronn kosmorro.md && cd ..
cd manpage && ronn kosmorro.1.md && cd ..

python .scripts/build/getlangs.py
python setup.py compile_catalog sdist bdist_wheel


Chargement…
Annuler
Enregistrer