From d02341d5a35051262e5d280579cead9f711ca830 Mon Sep 17 00:00:00 2001 From: "Babak K. Shandiz" Date: Tue, 6 Jan 2026 17:02:54 +0000 Subject: [PATCH] ci: improve step name Signed-off-by: Babak K. Shandiz --- .github/workflows/deployment.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deployment.yml b/.github/workflows/deployment.yml index 4370eae3b..6ebe07cc7 100644 --- a/.github/workflows/deployment.yml +++ b/.github/workflows/deployment.yml @@ -58,7 +58,7 @@ jobs: install-only: true # We temporarily create a tag on HEAD to make the right version embedded # in the built binaries, BUT we don't push it to the remote. - - name: Tag + - name: Create temporary tag env: TAG_NAME: ${{ inputs.tag_name }} run: | @@ -120,7 +120,7 @@ jobs: install-only: true # We temporarily create a tag on HEAD to make the right version embedded # in the built binaries, BUT we don't push it to the remote. - - name: Tag + - name: Create temporary tag env: TAG_NAME: ${{ inputs.tag_name }} run: | @@ -203,7 +203,7 @@ jobs: # We temporarily create a tag on HEAD to make the right version embedded # in the built binaries, BUT we don't push it to the remote. - - name: Tag + - name: Create temporary tag env: TAG_NAME: ${{ inputs.tag_name }} run: |