From 356a787d279923ec57caca0baa759dc53d2b260d Mon Sep 17 00:00:00 2001 From: Martin M Date: Sat, 23 Mar 2024 07:22:56 +0100 Subject: [PATCH] Update setTag.yml - add tag dev (#3421) --- .github/workflows/setTag.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/setTag.yml b/.github/workflows/setTag.yml index f64432917..ba9d29510 100644 --- a/.github/workflows/setTag.yml +++ b/.github/workflows/setTag.yml @@ -8,6 +8,7 @@ on: type: choice description: select tag to set options: + - dev - latest - next - stable