瀏覽代碼

ci: fix error in the release workflow

tags/v0.6.0
Jérôme Deuchnord 4 年之前
父節點
當前提交
f9f2718447
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: BC6F3C345B7D33B0
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      .github/workflows/release.yml

+ 1
- 1
.github/workflows/release.yml 查看文件

@@ -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…
取消
儲存