From c41a49b5049fca5a3bec0d241434dc3db116731e Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Mon, 26 Feb 2024 09:20:11 -0500 Subject: [PATCH] Fix the incorrect label on invocation of auto version --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a6b68469..15d9c233 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: wget -O- https://github.com/intuit/auto/releases/download/v10.16.1/auto-linux.gz | gunzip > ~/auto chmod a+x ~/auto - - name: Check whether a release is due + - name: Query 'auto' on type of the release id: auto-version run: | # to be able to debug if something goes wrong