Skip to content

Commit a109fff

Browse files
committed
.github/master: use git rev-parse to get version
1 parent bf7226a commit a109fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: 'Update dependents'
2424
run: |
2525
set -x
26-
VERSION=${{ github.event.push.head.sha }}
26+
VERSION=$(git rev-parse HEAD)
2727
curl --fail \
2828
-X POST \
2929
-H "Accept: application/vnd.github+json" \

0 commit comments

Comments
 (0)