From 2431695c23ba4e34b29f82bff0df690a5a7b295c Mon Sep 17 00:00:00 2001 From: Apehum <36326454+Apehum@users.noreply.github.com> Date: Wed, 23 Oct 2024 07:04:23 +0800 Subject: [PATCH] ci: remove exact version resolver --- .github/workflows/alpha.yml | 1 - .github/workflows/release.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 8a534d2f..94078bc7 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -45,7 +45,6 @@ jobs: name: 'Plasmo Voice' split-releases: true files-primary: build/libs/*-@(Paper)-*.jar - version-resolver: 'exact' changelog-file: server/changelog.md diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 034d48ff..1bbf3477 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,6 @@ jobs: name: 'Plasmo Voice' split-releases: true files-primary: build/libs/*-@(Paper)-*.jar - version-resolver: 'exact' changelog-file: server/changelog.md