From cde4a61be766acb79040ef8305c52d106865a25e Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 29 Nov 2025 01:58:58 +0000 Subject: [PATCH] ci: fix a typo in deltachat-rpc-server publishing workflow --- .github/workflows/deltachat-rpc-server.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deltachat-rpc-server.yml b/.github/workflows/deltachat-rpc-server.yml index dd9dc2f61..671553dc0 100644 --- a/.github/workflows/deltachat-rpc-server.yml +++ b/.github/workflows/deltachat-rpc-server.yml @@ -271,7 +271,7 @@ jobs: --repo ${{ github.repository }} \ bin/* dist/* - - name: Publish deltachat-rpc-client to PyPI + - name: Publish deltachat-rpc-server to PyPI if: github.event_name == 'release' uses: pypa/gh-action-pypi-publish@release/v1