ci: improve step name

Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
Babak K. Shandiz 2026-01-06 17:02:54 +00:00
parent fa871ffa67
commit d02341d5a3
No known key found for this signature in database
GPG key ID: 9472CAEFF56C742E

View file

@ -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: |