mirror of
https://github.com/sekwah41/Advanced-Portals.git
synced 2024-11-22 02:25:49 +01:00
Updated dev tags
This commit is contained in:
parent
a30e44bb35
commit
425093d887
@ -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 = ""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user