Skip to content

Commit e5ef23c

Browse files
committed
fix: attempt to fix passing maven args
1 parent 1f4297a commit e5ef23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-project-in-dir.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: samuelmeuli/action-maven-publish@v1
4242
with:
4343
maven_profiles: "release"
44-
maven_args: "$MAVEN_ARGS"
44+
maven_args: ${{ env.MAVEN_ARGS }}
4545
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
4646
gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }}
4747
nexus_username: ${{ secrets.OSSRH_USERNAME }}

0 commit comments

Comments
 (0)