Skip to content

Commit

Permalink
Fix the release version assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
rock3r committed Mar 27, 2021
1 parent a83eca0 commit 65b6b9c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/versions.yml

This file was deleted.

2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ plugins {
group = "dev.stalla"

val tagName = System.getenv("GITHUB_REF")?.let { ref ->
if (ref.startsWith("ref/tags/")) {
if (ref.startsWith("refs/tags/")) {
ref.substringAfterLast('/')
} else {
null
Expand Down

0 comments on commit 65b6b9c

Please sign in to comment.