Skip to content

Commit

Permalink
ci: remove exact version resolver
Browse files Browse the repository at this point in the history
part 2
  • Loading branch information
Apehum committed Oct 22, 2024
1 parent 2431695 commit 5735e3c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down

0 comments on commit 5735e3c

Please sign in to comment.