From 57c6ce7ffa6a8bc45e964b25108ce85cc083c8a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleix=20Conchillo=20Flaqu=C3=A9?= Date: Thu, 3 Jul 2025 13:55:02 -0700 Subject: [PATCH] github: update publish message to make it clear --- .github/workflows/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 68424f106..595bab82d 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -5,7 +5,7 @@ on: inputs: gitref: type: string - description: "what git ref to build" + description: "what git tag to build (e.g. v0.0.74)" required: true jobs: