Skip to content

Commit

Permalink
Short
Browse files Browse the repository at this point in the history
  • Loading branch information
svelterust committed Jan 23, 2024
1 parent dd61de9 commit 3eecce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Determine commit hash
id: commit_hash
run: echo "::set-output name=commit_hash::$(git rev-parse HEAD)"
run: echo "::set-output name=commit_hash::$(git rev-parse --short HEAD)"

- name: Create release
id: create_release
Expand Down

0 comments on commit 3eecce8

Please sign in to comment.