Skip to content

Commit 01810ab

Browse files
committed
Turned off the wagon HTTP pool in the release workflow
1 parent abdba38 commit 01810ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2424
run: |
2525
echo "<settings><servers><server><id>github</id><username>cryptid-org</username><password>${GITHUB_TOKEN}</password></server></servers></settings>" > ~/.m2/settings.xml
26-
mvn deploy
26+
mvn -B -e -Dmaven.wagon.http.pool=false clean deploy
2727
- name: Create Release
2828
id: create_release
2929
uses: actions/create-release@v1.0.0

0 commit comments

Comments
 (0)