Remove tag prefix.

This commit is contained in:
Jeremy Wood 2023-02-20 00:04:43 -05:00
parent e94e071c6e
commit fd2ea3df09
No known key found for this signature in database
GPG Key ID: C5BAD04C77B91B4B
2 changed files with 2 additions and 2 deletions

View File

@ -32,6 +32,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
bump_version_scheme: norelease
tag_prefix: v
tag_prefix: ''
release_name: "Release <RELEASE_VERSION>"
use_github_release_notes: true

View File

@ -7,7 +7,7 @@ plugins {
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'
description = 'Multiverse-Core'