From 6b50bf7abdbdcca82617c252a315691f5edcd26c Mon Sep 17 00:00:00 2001 From: Filip Bozic <70634661+fbozic@users.noreply.github.com> Date: Mon, 6 May 2024 11:28:06 +0200 Subject: [PATCH] ci: rename metadata job in build & release workflow --- .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 52296d9..0788680 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: permissions: write-all jobs: metadata: - name: Build + name: Get release metadata runs-on: ubuntu-latest outputs: version: ${{ steps.get_version.outputs.version }}