Skip to content

Commit

Permalink
Update build_and_release_github.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
purejava committed Apr 30, 2024
1 parent 8abea8a commit 21a29aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_release_github.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
[
"github"
]
output_file: /.m2/settings.xml
output_file: .m2/settings.xml
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
Expand All @@ -103,7 +103,7 @@ jobs:
env:
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
- name: Build with Maven
run: mvn -B -Psign -Dgpg.passphrase=${GPG_PASSPHRASE} -Dtest=org.purejava.integrations.keychain.BitwardenAccessTest install --file pom.xml
run: mvn -B -Psign -Dgpg.passphrase=${GPG_PASSPHRASE} -Dtest=org.purejava.integrations.keychain.BitwardenAccessTest install --settings .m2/settings.xml --file pom.xml
env:
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
PACKAGES_USER: ${{ secrets.PACKAGES_USER }}
Expand Down

0 comments on commit 21a29aa

Please sign in to comment.