Browse Source

ci: fix error in the release workflow

tags/v0.6.0
Jérôme Deuchnord 4 years ago
parent
commit
f9f2718447
No known key found for this signature in database GPG Key ID: BC6F3C345B7D33B0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/release.yml

+ 1
- 1
.github/workflows/release.yml View File

@@ -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


Loading…
Cancel
Save