Skip to content

Commit 21dd952

Browse files
committed
[docs] check git action
1 parent 7908323 commit 21dd952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-badges.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Get current version
1717
id: package_version
1818
run: |
19-
VERSION=$(jq -r .version path-to-your-package.json)
19+
VERSION=$(jq -r .version ./package.json)
2020
echo "::set-output name=version::$VERSION"
2121
2222
- name: Update README file

0 commit comments

Comments
 (0)