Skip to content

Commit

Permalink
cd: mvn deploy improve
Browse files Browse the repository at this point in the history
  • Loading branch information
g4s8 committed Dec 16, 2021
1 parent 9a8a81b commit fccb221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
}
]
- name: Deploy artifacts
run: mvn deploy -Partipie,publish,sonatype,gpg-sign -DskipITs --errors
run: mvn deploy -B -Partipie,sonatype,gpg-sign -DskipITs --errors
- name: Create Github Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit fccb221

Please sign in to comment.