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