From 5735e3c675b13dd040af98643f1a4458c896312d Mon Sep 17 00:00:00 2001 From: Apehum <36326454+Apehum@users.noreply.github.com> Date: Wed, 23 Oct 2024 07:21:24 +0800 Subject: [PATCH] ci: remove exact version resolver part 2 --- .github/workflows/alpha.yml | 2 -- .github/workflows/release.yml | 2 -- 2 files changed, 4 deletions(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 94078bc7..6fee617d 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -70,7 +70,6 @@ jobs: name: 'Plasmo Voice' split-releases: true files-primary: build/libs/*-@(BungeeCord|Velocity)-*.jar - version-resolver: 'exact' changelog-file: proxy/changelog.md @@ -96,7 +95,6 @@ jobs: name: 'Plasmo Voice' split-releases: true files-primary: build/libs/*-@(forge|neoforge|fabric)-*.jar - version-resolver: 'exact' changelog-file: client/changelog.md version-type: alpha diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1bbf3477..612f17be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -69,7 +69,6 @@ jobs: name: 'Plasmo Voice' split-releases: true files-primary: build/libs/*-@(BungeeCord|Velocity)-*.jar - version-resolver: 'exact' changelog-file: proxy/changelog.md @@ -94,7 +93,6 @@ jobs: name: 'Plasmo Voice' split-releases: true files-primary: build/libs/*-@(forge|neoforge|fabric)-*.jar - version-resolver: 'exact' changelog-file: client/changelog.md