From 14cd715656775cd407e5404e801d19563fda81b5 Mon Sep 17 00:00:00 2001 From: Mateus Caruccio Date: Wed, 10 Jul 2024 17:31:20 +0100 Subject: [PATCH] . --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fedde7e..065176f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,9 +10,10 @@ on: tag: description: 'Tag to build' required: true - type: string + type: choice + default: '0.5.0' options: - - 0.5.0 + - '0.5.0' permissions: packages: write