aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorisXander <xander@isxander.dev>2024-04-15 18:03:35 +0100
committerisXander <xander@isxander.dev>2024-04-15 18:03:35 +0100
commit994ad318ccd8a9aae714cb74b0ea8e5bf84ac547 (patch)
tree2fe323e54eef46a6885d8de925d83d3179e73a63 /.github/workflows
parent4283810e2b317d218fea6f923d18d8b33491f175 (diff)
downloadYetAnotherConfigLib-994ad318ccd8a9aae714cb74b0ea8e5bf84ac547.tar.gz
YetAnotherConfigLib-994ad318ccd8a9aae714cb74b0ea8e5bf84ac547.tar.bz2
YetAnotherConfigLib-994ad318ccd8a9aae714cb74b0ea8e5bf84ac547.zip
Fix snapshot publishing
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/snapshot-publish.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.github/workflows/snapshot-publish.yml b/.github/workflows/snapshot-publish.yml
index 1529da3..e8e2794 100644
--- a/.github/workflows/snapshot-publish.yml
+++ b/.github/workflows/snapshot-publish.yml
@@ -31,8 +31,10 @@ jobs:
${{ runner.os }}-gradle-
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- - name: Build with Gradle
- run: ./gradlew publishAllPublicationsToSnapshotsRepository --no-daemon
+ - name: Publish with Gradle
+ uses: Wandalen/wretry.action@master
+ with:
+ command: ./gradlew chiseledPublishSnapshots --no-daemon
env:
XANDER_MAVEN_USER: ${{ secrets.REPO_USERNAME }}
XANDER_MAVEN_PASS: ${{ secrets.REPO_PASSWORD }}