We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f4297a commit e5ef23cCopy full SHA for e5ef23c
.github/workflows/release-project-in-dir.yml
@@ -41,7 +41,7 @@ jobs:
41
uses: samuelmeuli/action-maven-publish@v1
42
with:
43
maven_profiles: "release"
44
- maven_args: "$MAVEN_ARGS"
+ maven_args: ${{ env.MAVEN_ARGS }}
45
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
46
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
47
nexus_username: ${{ secrets.OSSRH_USERNAME }}
0 commit comments