From f532d97d89b94a29872e4ef2621053fecc2b21a5 Mon Sep 17 00:00:00 2001 From: NONPLAYT <76615486+NONPLAYT@users.noreply.github.com> Date: Sun, 19 Jan 2025 02:04:05 +0300 Subject: [PATCH] fix version --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1817740..efbef54 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: BUILD_NUMBER: ${{ env.BUILD_NUMBER }} - name: Create Release - uses: ncipollo/release-action@latest + uses: ncipollo/release-action@v1.15.0 with: artifacts: ${{ env.jar }} bodyFile: ${{ env.info }}