From 3e5bd34925d08ecb0bdf740fd9e5782a5563dcd7 Mon Sep 17 00:00:00 2001 From: zomb_676 Date: Sun, 3 Dec 2023 00:49:02 +0800 Subject: [PATCH] Update publish.yml --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e739480..b545eb6 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -57,6 +57,7 @@ jobs: MAVEN_PASS: ${{ secrets.MAVEN_PASS }} MAVEN_USER: ${{ secrets.MAVEN_USER }} steps: + - uses: actions/checkout@v3 - name: Download shimmer artifact uses: actions/download-artifact@v3 continue-on-error: true