Skip to content

Commit c819ec4

Browse files
committed
Force versioning override
1 parent 1e928c8 commit c819ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
./gradlew -P version="${ARTIFACT_VERSION}" -D maven.repo.local="$(pwd)/.out" publishToMavenLocal
7676
7777
git clone https://${{ secrets.MAVEN_TOKEN_GITHUB }}@github.com/ThePythonGuy3/CustomJSONLibMaven.git --depth=1 ../CustomJSONLibMaven
78-
cp -r .out/* ../CustomJSONLibMaven
78+
yes | cp -rf .out/* ../CustomJSONLibMaven
7979
cd ../CustomJSONLibMaven
8080
8181
git config user.name "GitHub Actions"

0 commit comments

Comments
 (0)