This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-management.git
The following commit(s) were added to refs/heads/main by this push:
new 3c62e300 support publishing 1.0.x jars (#424)
3c62e300 is described below
commit 3c62e30004094dc40a453f7e0838288f2f261e9c
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Apr 29 16:32:32 2025 +0200
support publishing 1.0.x jars (#424)
---
.github/workflows/publish-nightly.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/workflows/publish-nightly.yml
b/.github/workflows/publish-nightly.yml
index b13a3e63..954e1c45 100644
--- a/.github/workflows/publish-nightly.yml
+++ b/.github/workflows/publish-nightly.yml
@@ -10,11 +10,16 @@ jobs:
name: Publish artifacts to Apache Nexus
runs-on: ubuntu-22.04
if: github.repository == 'apache/pekko-management'
+ strategy:
+ fail-fast: false
+ matrix:
+ branch: ['main', '1.0.x']
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
+ ref: ${{ matrix.branch }}
- name: Enable jvm-opts
run: cp .jvmopts-ci .jvmopts
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]