Skip to content
Snippets Groups Projects
Unverified Commit c7b740f0 authored by Ariya Hidayat's avatar Ariya Hidayat Committed by GitHub
Browse files

[CI] Fix another typo in the pre-release workflow (#26662)

parent ec770b22
No related branches found
No related tags found
No related merge requests found
......@@ -88,7 +88,7 @@ jobs:
commit_id=${{ github.event.inputs.commit }}
truncated_hash=${commit_id:0:${{ env.MAX_HASH_LENGTH }}}
echo "COMMMIT_IDENTIFIER=$truncated_hash" >> $GITHUB_ENV
echo "COMMIT_IDENTIFIER=$truncated_hash" >> $GITHUB_ENV
shell: bash
- uses: actions/download-artifact@v3
name: Retrieve uberjar artifact
......@@ -147,7 +147,7 @@ jobs:
commit_id=${{ github.event.inputs.commit }}
truncated_hash=${commit_id:0:${{ env.MAX_HASH_LENGTH }}}
echo "COMMMIT_IDENTIFIER=$truncated_hash" >> $GITHUB_ENV
echo "COMMIT_IDENTIFIER=$truncated_hash" >> $GITHUB_ENV
shell: bash
- name: Login to Docker Hub # authenticated, to avoid being rate-throttled
uses: docker/login-action@v2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment