Skip to content

Commit

Permalink
Updated publishing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-S-2018 committed Nov 16, 2023
1 parent c2a4e0d commit 3d617ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
mkdir -p ~/.m2
export GPG_TTY=$(tty)
export MAVEN_OPTS="--add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.text=ALL-UNNAMED --add-opens=java.desktop/java.awt.font=ALL-UNNAMED"
echo $MVNSETTINGS > ~/.m2/settings.xml
echo "$MVNSETTINGS" > ~/.m2/settings.xml
echo "import"
echo "$PRIVATEKEY" > ~/key
gpg2 --import --batch ~/key
Expand Down

0 comments on commit 3d617ed

Please sign in to comment.