We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e928c8 commit c819ec4Copy full SHA for c819ec4
.github/workflows/publish.yml
@@ -75,7 +75,7 @@ jobs:
75
./gradlew -P version="${ARTIFACT_VERSION}" -D maven.repo.local="$(pwd)/.out" publishToMavenLocal
76
77
git clone https://${{ secrets.MAVEN_TOKEN_GITHUB }}@github.com/ThePythonGuy3/CustomJSONLibMaven.git --depth=1 ../CustomJSONLibMaven
78
- cp -r .out/* ../CustomJSONLibMaven
+ yes | cp -rf .out/* ../CustomJSONLibMaven
79
cd ../CustomJSONLibMaven
80
81
git config user.name "GitHub Actions"
0 commit comments