This is an automated email from the ASF dual-hosted git repository.
engelen pushed a commit to branch test-key-format
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/test-key-format by this push:
new 8a98916a33 add quotes
8a98916a33 is described below
commit 8a98916a33c530718fd6e5a7c03c67938524146f
Author: Arnout Engelen <[email protected]>
AuthorDate: Tue Nov 11 09:11:22 2025 +0100
add quotes
---
.github/workflows/stage-release-candidate.yml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/stage-release-candidate.yml
b/.github/workflows/stage-release-candidate.yml
index 1cee27321a..696d8e4fff 100644
--- a/.github/workflows/stage-release-candidate.yml
+++ b/.github/workflows/stage-release-candidate.yml
@@ -80,8 +80,7 @@ jobs:
- name: Sign source archive
run: |-
- echo $PEKKO_GPG_SECRET_KEY | head -c 20
- echo $PEKKO_GPG_SECRET_KEY | gpg --batch --import --import-options
import-show
+ echo "$PEKKO_GPG_SECRET_KEY" | gpg --batch --import --import-options
import-show
gpg -ab archive/*.tgz
env:
PEKKO_GPG_SECRET_KEY: ${{ secrets.PEKKO_GPG_SECRET_KEY }}
@@ -104,7 +103,7 @@ jobs:
stage-jars-to-nexus:
runs-on: ubuntu-24.04
- if: ${{ inputs.source-tar }}
+ if: ${{ inputs.jars }}
steps:
- name: Check version parameter
run: |-
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]