From c8abd4230c809fbcec76502ff1ef5a800c87d596 Mon Sep 17 00:00:00 2001 From: ndr_brt Date: Thu, 19 Sep 2024 08:40:17 +0200 Subject: [PATCH] ci: set also upstream edc version on technology nightly build --- .github/workflows/technology-nightly.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/technology-nightly.yml b/.github/workflows/technology-nightly.yml index 79aedc1..06ea997 100644 --- a/.github/workflows/technology-nightly.yml +++ b/.github/workflows/technology-nightly.yml @@ -50,9 +50,11 @@ jobs: needs.Secrets-Presence.outputs.HAS_OSSRH steps: - uses: actions/checkout@v4 - - uses: eclipse-edc/.github/.github/actions/publish-maven-artifacts@main + - uses: eclipse-edc/.github/.github/actions/set-project-version@main with: version: ${{ needs.Determine-Version.outputs.VERSION }} + - uses: eclipse-edc/.github/.github/actions/publish-maven-artifacts@main + with: gpg-private-key: ${{ secrets.ORG_GPG_PRIVATE_KEY }} gpg-passphrase: ${{ secrets.ORG_GPG_PASSPHRASE }} osshr-username: ${{ secrets.ORG_OSSRH_USERNAME }}