Updated dev tags

This commit is contained in:
Sekwah 2021-04-05 14:56:47 +01:00
parent a30e44bb35
commit 425093d887
No known key found for this signature in database
GPG Key ID: C3BE2E6C861A461A
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ version = getPluginData("version") + '-snapshot'
def branch = System.getenv("GITHUB_REF");
def sha = System.getenv("GITHUB_SHA");
def isDevBranch = !(branch && branch.startsWith("refs/heads/release/"));
def isDevBranch = !(branch && (branch.startsWith("refs/heads/release/") || branch.startsWith("refs/tags/")));
description = ""