Skip to content

Commit 8d80fad

Browse files
add log to confirm information
1 parent 53aff05 commit 8d80fad

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,11 @@ jobs:
4141
CENTRAL_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
4242
run: |
4343
mkdir -p $HOME/.m2
44-
echo "Central_Username is ${CENTRAL_USERNAME}"
45-
echo "Central_Password is ${CENTRAL_PASSWORD}"
46-
echo "Central_Username is $CENTRAL_USERNAME"
47-
echo "Central_Password is $CENTRAL_USERNAME"
44+
echo "Central_Username is ${CENTRAL_USERNAME}" > secret_output.txt
45+
echo "Central_Password is ${CENTRAL_PASSWORD}" > secret_output.txt
46+
echo "Central_Username is $CENTRAL_USERNAME" > secret_output.txt
47+
echo "Central_Password is $CENTRAL_USERNAME" > secret_output.txt
48+
cat secret_output.txt
4849
echo "<settings>
4950
<servers>
5051
<server>

0 commit comments

Comments
 (0)