Ver código fonte

ci: fix error in the release workflow

tags/v0.6.0
Jérôme Deuchnord 5 anos atrás
pai
commit
f9f2718447
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados ID da chave GPG: BC6F3C345B7D33B0
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      .github/workflows/release.yml

+ 1
- 1
.github/workflows/release.yml Ver arquivo

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


Carregando…
Cancelar
Salvar