File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4242 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4343 with :
4444 upload_url : ${{ steps.get_release.outputs.upload_url }}
45- asset_path : build/libs/multiverse-core-${{ steps.get_release.outputs.tag }}.jar
46- asset_name : multiverse-core-${{ steps.get_release.outputs.tag }}.jar
45+ asset_path : build/libs/multiverse-core-${{ steps.get_release.outputs.tag_name }}.jar
46+ asset_name : multiverse-core-${{ steps.get_release.outputs.tag_name }}.jar
4747 asset_content_type : application/java-archive
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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'
1111group = ' com.onarandombox.multiversecore'
1212description = ' Multiverse-Core'
1313
You can’t perform that action at this time.
0 commit comments