mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-25 03:55:27 +01:00
Remove tag prefix.
This commit is contained in:
parent
e94e071c6e
commit
fd2ea3df09
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -32,6 +32,6 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
||||||
with:
|
with:
|
||||||
bump_version_scheme: norelease
|
bump_version_scheme: norelease
|
||||||
tag_prefix: v
|
tag_prefix: ''
|
||||||
release_name: "Release <RELEASE_VERSION>"
|
release_name: "Release <RELEASE_VERSION>"
|
||||||
use_github_release_notes: true
|
use_github_release_notes: true
|
||||||
|
@ -7,7 +7,7 @@ plugins {
|
|||||||
id 'com.github.johnrengelman.shadow' version '7.1.2'
|
id 'com.github.johnrengelman.shadow' version '7.1.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
version = System.getenv('GITHUB_VERSION')?.substring(1) ?: 'local'
|
version = System.getenv('GITHUB_VERSION') ?: 'local'
|
||||||
group = 'com.onarandombox.multiversecore'
|
group = 'com.onarandombox.multiversecore'
|
||||||
description = 'Multiverse-Core'
|
description = 'Multiverse-Core'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user