Skip to content

Commit 848a35c

Browse files
Update maven-publish.yml
Temoved debug logging from Maven Release step
1 parent 1243969 commit 848a35c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: Maven Package
66
on:
77
release:
88
types: [created]
9-
9+
https://github.com/refactorfirst/RefactorFirst/blob/main/.github/workflows/maven-publish.yml
1010
jobs:
1111
build:
1212
runs-on: ubuntu-latest
@@ -41,4 +41,4 @@ jobs:
4141
nexus_password: ${{ secrets.nexus_password }}
4242
maven_profiles: publish
4343
maven_goals_phases: release:prepare release:perform
44-
maven_args: -B -X -e
44+
maven_args: -B

0 commit comments

Comments
 (0)