We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e94e071 commit fd2ea3dCopy full SHA for fd2ea3d
.github/workflows/release.yml
@@ -32,6 +32,6 @@ jobs:
32
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
33
with:
34
bump_version_scheme: norelease
35
- tag_prefix: v
+ tag_prefix: ''
36
release_name: "Release <RELEASE_VERSION>"
37
use_github_release_notes: true
build.gradle
@@ -7,7 +7,7 @@ plugins {
7
id 'com.github.johnrengelman.shadow' version '7.1.2'
8
}
9
10
-version = System.getenv('GITHUB_VERSION')?.substring(1) ?: 'local'
+version = System.getenv('GITHUB_VERSION') ?: 'local'
11
group = 'com.onarandombox.multiversecore'
12
description = 'Multiverse-Core'
13
0 commit comments