This commit is contained in:
reggie 2024-10-02 02:31:51 -05:00
parent 6688f809eb
commit 06fb796ceb

View File

@ -30,7 +30,7 @@ jobs:
- name: Get version info - name: Get version info
id: version_info id: version_info
run: | run: |
echo "build_version=${{ github.ref_name }}" >> $GITHUB_OUTPUT echo "build_version=r${{ github.sha }}" >> $GITHUB_OUTPUT
shell: bash shell: bash
- name: Create tag - name: Create tag
@ -79,7 +79,7 @@ jobs:
- name: Get version info - name: Get version info
id: version_info id: version_info
run: | run: |
echo "build_version=${{ github.ref_name }}" >> $GITHUB_OUTPUT echo "build_version=r${{ github.sha }}" >> $GITHUB_OUTPUT
echo "git_short_hash=$(git rev-parse --short "${{ github.sha }}")" >> $GITHUB_OUTPUT echo "git_short_hash=$(git rev-parse --short "${{ github.sha }}")" >> $GITHUB_OUTPUT
shell: bash shell: bash
@ -177,7 +177,7 @@ jobs:
- name: Get version info - name: Get version info
id: version_info id: version_info
run: | run: |
echo "build_version=${{ github.ref_name }}" >> $GITHUB_OUTPUT echo "build_version=r${{ github.sha }}" >> $GITHUB_OUTPUT
echo "git_short_hash=$(git rev-parse --short "${{ github.sha }}")" >> $GITHUB_OUTPUT echo "git_short_hash=$(git rev-parse --short "${{ github.sha }}")" >> $GITHUB_OUTPUT
#- name: Configure for release #- name: Configure for release