Skip to content

Commit 21a402d

Browse files
committed
fix(gha): wrong short commit hash output name
`short_commit_hash` → `short-commit-hash`.
1 parent 3a94bc8 commit 21a402d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
- name: Get short commit hash
3333
id: commit-hash
34-
run: echo "short_commit_hash=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
34+
run: echo "short-commit-hash=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
3535

3636
# appends the short commit hash to the version number
3737
# 1. reads the package.json file

0 commit comments

Comments
 (0)