Skip to content

Commit

Permalink
CI: Run git_short_hash inside of bash
Browse files Browse the repository at this point in the history
  • Loading branch information
TSRBerry committed Oct 29, 2022
1 parent 4e34170 commit 2596b66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
- name: Get git short hash
id: git_short_hash
run: echo "result=$(git rev-parse --short "${{ github.sha }}")" >> $GITHUB_OUTPUT
shell: bash
- name: Clear
run: dotnet clean && dotnet nuget locals all --clear
- name: Build
Expand Down

0 comments on commit 2596b66

Please sign in to comment.