Skip to content

Commit

Permalink
Publishing to Maven (Take 2) (#2092)
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru authored Apr 18, 2024
1 parent 25658bb commit 62e5259
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 @@ -12,7 +12,7 @@ fi
echo "Publishing ${SDK_VERSION} to ${REPO}"
echo ${PGP_SECRET} | base64 -d | gpg --import --batch
mkdir -p ~/.m2
cat >~/.m2/settings.xml \<<EOF;
cat <<EOF >~/.m2/settings.xml
<settings xmlns="http://maven.apache.org/SETTINGS/1.1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd">
<servers>
Expand Down

0 comments on commit 62e5259

Please sign in to comment.