Skip to content

Commit

Permalink
Make it work
Browse files Browse the repository at this point in the history
  • Loading branch information
cstamas committed Feb 23, 2024
1 parent 7398cdb commit dd4fd32
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ github.sha }}
- run: ./mvnw deploy -e -B -V
- run: ./mvnw -s settings.xml deploy -e -B -V
env:
RESOLVER_GPG_KEY: ${{ secrets.RESOLVER_GPG_KEY }}
RESOLVER_GPG_KEY_PASS: ${{ secrets.RESOLVER_GPG_KEY_PASS }}
Expand Down
10 changes: 10 additions & 0 deletions settings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.1.0">
<servers>
<server>
<id>oss.sonatype.org</id>
<username>kx5Bw0J4</username>
<password>SsOCRjIaetH3GEAXabqxjJSPGHiXNVRatzJWfQcM8Z+C</password>
</server>
</servers>
</settings>

0 comments on commit dd4fd32

Please sign in to comment.