Skip to content

Commit

Permalink
??
Browse files Browse the repository at this point in the history
  • Loading branch information
regginator committed Oct 2, 2024
1 parent 6688f80 commit 06fb796
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Get version info
id: version_info
run: |
echo "build_version=${{ github.ref_name }}" >> $GITHUB_OUTPUT
echo "build_version=r${{ github.sha }}" >> $GITHUB_OUTPUT
shell: bash

- name: Create tag
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Get version info
id: version_info
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
shell: bash

Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
- name: Get version info
id: version_info
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
#- name: Configure for release
Expand Down

0 comments on commit 06fb796

Please sign in to comment.