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 3b6806a commit 1f4297aCopy full SHA for 1f4297a
.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: "$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