Skip to content

Commit fd2ea3d

Browse files
committed
Remove tag prefix.
1 parent e94e071 commit fd2ea3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
3333
with:
3434
bump_version_scheme: norelease
35-
tag_prefix: v
35+
tag_prefix: ''
3636
release_name: "Release <RELEASE_VERSION>"
3737
use_github_release_notes: true

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
id 'com.github.johnrengelman.shadow' version '7.1.2'
88
}
99

10-
version = System.getenv('GITHUB_VERSION')?.substring(1) ?: 'local'
10+
version = System.getenv('GITHUB_VERSION') ?: 'local'
1111
group = 'com.onarandombox.multiversecore'
1212
description = 'Multiverse-Core'
1313

0 commit comments

Comments
 (0)