v1.10.0-beta.5 doesn't exist. We go straight to v1.10.0
This commit is contained in:
@@ -33,7 +33,7 @@ apply plugin: 'maven-publish'
|
||||
|
||||
group = 'com.refinedmods'
|
||||
archivesBaseName = 'refinedstorage'
|
||||
version = '1.10.0-beta.5'
|
||||
version = '1.10.0'
|
||||
|
||||
if (System.getenv('GITHUB_SHA') != null) {
|
||||
version += '+' + System.getenv('GITHUB_SHA').substring(0, 7)
|
||||
|
||||
Reference in New Issue
Block a user