This is an automated email from the ASF dual-hosted git repository.
Jens-G pushed a commit to branch 0.23.0
in repository https://gitbox.apache.org/repos/asf/thrift.git
The following commit(s) were added to refs/heads/0.23.0 by this push:
new a8cd74f8e Fix project name reference in publish.yml for GitHub Actions
a8cd74f8e is described below
commit a8cd74f8e3872e2a1d6f2614eeaf29811e1c25bd
Author: Aleksei Dudchenko <[email protected]>
AuthorDate: Fri May 8 12:36:14 2026 +0200
Fix project name reference in publish.yml for GitHub Actions
---
.github/workflows/publish.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index ab1b91e0f..a059cbe09 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -40,7 +40,7 @@ jobs:
uses: ./.github/actions/cloudtruth/configure-action
with:
apikey: "${{ secrets.CLOUDTRUTH_API_KEY }}"
- project: "${{ github.repository }}"
+ project: "${{ github.event.repository.name }}"
environment: "${{ github.event.action }}"
- name: build sdist
run: "cd lib/py && python setup.py sdist"