Skip to content

Commit

Permalink
chore: wrapping passphrase (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
octonato authored Nov 20, 2024
1 parent 3968512 commit e45ab13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/publish-maven.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ cat <<EOF >~/.m2/settings.xml
<activeByDefault>true</activeByDefault>
</activation>
<properties>
<gpg.passphrase>${PGP_PASSPHRASE}</gpg.passphrase>
<gpg.passphrase>"${PGP_PASSPHRASE}"</gpg.passphrase>
</properties>
</profile>
</profiles>
Expand Down

0 comments on commit e45ab13

Please sign in to comment.