Skip to content

Commit

Permalink
More testing
Browse files Browse the repository at this point in the history
  • Loading branch information
aforward committed Sep 8, 2023
1 parent 88705c5 commit 7d50909
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,9 @@ jobs:
else
echo "OSSRH_PASSWORD is available."
fi
- name: Check if OSSRH_PASSWORD is available
run: |
if [[ -z "$MAVEN_GPG_PASSPHRASE" ]]; then
echo "OSSRH_PASSWORD is not available!"
else
echo "OSSRH_PASSWORD is available."
fi
- name: Check if MAVEN_GPG_PASSPHRASE is available
run: |
if [[ -z $MAVEN_GPG_PASSPHRASE ]]; then
if [[ -z "$MAVEN_GPG_PASSPHRASE" ]]; then
echo "MAVEN_GPG_PASSPHRASE is not available!"
else
echo "MAVEN_GPG_PASSPHRASE is available."
Expand Down

0 comments on commit 7d50909

Please sign in to comment.