Skip to content

Commit

Permalink
Quote the release arguments entry
Browse files Browse the repository at this point in the history
  • Loading branch information
mjburling committed Jan 28, 2024
1 parent 6fa47e3 commit 9f2982f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
if: github.event_name == 'workflow_dispatch'
run: |-
mvn --batch-mode --activate-profiles release \
-Darguments=--threads 2C \
-Darguments="--threads 2C" \
-Dtag="$BFD_RELEASE" \
-DreleaseVersion="$BFD_RELEASE" \
-DdevelopmentVersion="$BFD_DEV_VERSION" \
Expand Down

0 comments on commit 9f2982f

Please sign in to comment.