Skip to content

Commit

Permalink
Change tag pattern to version/ for github releases
Browse files Browse the repository at this point in the history
  • Loading branch information
g3force committed Oct 24, 2022
1 parent 3c98314 commit 418eb66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,5 @@ githubRelease {
owner "TIGERs-Mannheim"
repo.set("AutoReferee")
releaseAssets distZip
tagName { "version-${versionDetails.lastTag}" }
tagName { "version/${versionDetails.lastTag}" }
}

0 comments on commit 418eb66

Please sign in to comment.