From ed1fb8ffca1181c3a9c66d10383f01fc997c23f4 Mon Sep 17 00:00:00 2001 From: "zhu.boxiang" Date: Thu, 26 May 2022 22:13:39 +0800 Subject: [PATCH] fix: Use the correct job for post Use the correct job for post. Use publish-openstack-python-branch-tarball instead of publish-openstack-python-tarball. Change-Id: If0e8a2e73d0a7bf238e36119e678f813aedcbd40 --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 1302bed..69df211 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -90,4 +90,4 @@ - ^releasenotes/.*$ post: jobs: - - publish-openstack-python-tarball + - publish-openstack-python-branch-tarball