From 7497566f563732f31668deb26a74f4626040f45b Mon Sep 17 00:00:00 2001 From: Gold856 <117957790+Gold856@users.noreply.github.com> Date: Tue, 14 Oct 2025 01:55:14 -0400 Subject: [PATCH] [ci] Fix releaser (#2127) --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 44b36b4f6..a9df5ad25 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -570,11 +570,12 @@ jobs: - run: find # Push to dev release - - uses: pyTooling/Actions/releaser@r0 + - uses: pyTooling/Actions/releaser@r6 with: token: ${{ secrets.GITHUB_TOKEN }} tag: 'Dev' rm: true + snapshots: false files: | **/*.xz **/*linux*.jar