We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a94bc8 commit 21a402dCopy full SHA for 21a402d
.github/workflows/publish-package.yml
@@ -31,7 +31,7 @@ jobs:
31
32
- name: Get short commit hash
33
id: commit-hash
34
- run: echo "short_commit_hash=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
+ run: echo "short-commit-hash=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
35
36
# appends the short commit hash to the version number
37
# 1. reads the package.json file
0 commit comments