This is an automated email from the ASF dual-hosted git repository.
arm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-asf-example.git
The following commit(s) were added to refs/heads/main by this push:
new 2678e10 Add staging option to distribute-test workflow
2678e10 is described below
commit 2678e10cee6c9600e13cf8bf13a02a47ba14a82f
Author: Alastair McFarlane <[email protected]>
AuthorDate: Mon Jan 12 17:11:59 2026 +0000
Add staging option to distribute-test workflow
---
.github/workflows/distribute-test.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/distribute-test.yml
b/.github/workflows/distribute-test.yml
index 2e711b3..a0e3d6b 100644
--- a/.github/workflows/distribute-test.yml
+++ b/.github/workflows/distribute-test.yml
@@ -39,6 +39,10 @@ on:
distribution-version:
description: 'Distribution version'
required: true
+ staging:
+ description: 'Whether to perform a staging release or not'
+ required: false
+ default: "false"
jobs:
upload:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]