Skip to content

Commit

Permalink
Standardise the syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
purejava committed May 1, 2024
1 parent 9a49f01 commit 8fd30fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_release_github.yml
Expand Up @@ -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 --settings .m2/settings.xml --file pom.xml
run: mvn -B -Psign -Dgpg.passphrase=${GPG_PASSPHRASE} -Dtest=org.purejava.integrations.keychain.BitwardenAccessTest install --settings ${{ github.workspace }}/.m2/settings.xml --file pom.xml
env:
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
PACKAGES_USER: ${{ secrets.PACKAGES_USER }}
Expand Down

0 comments on commit 8fd30fc

Please sign in to comment.