Skip to content

Commit

Permalink
Why not?
Browse files Browse the repository at this point in the history
  • Loading branch information
regginator committed Oct 2, 2024
1 parent fa7a577 commit 371a1b7
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=r$(git rev-parse --short "${{ github.sha }}")" >> $GITHUB_OUTPUT
echo "build_version=`r${{ github.sha }} | cut -c1-9`" >> $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=r$(git rev-parse --short "${{ github.sha }}")" >> $GITHUB_OUTPUT
echo "build_version=`r${{ github.sha }} | cut -c1-9`" >> $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=r$(git rev-parse --short "${{ github.sha }}")" >> $GITHUB_OUTPUT
echo "build_version=`r${{ github.sha }} | cut -c1-9`" >> $GITHUB_OUTPUT
echo "git_short_hash=$(git rev-parse --short "${{ github.sha }}")" >> $GITHUB_OUTPUT
#- name: Configure for release
Expand Down

0 comments on commit 371a1b7

Please sign in to comment.