We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7908323 commit 21dd952Copy full SHA for 21dd952
.github/workflows/update-badges.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Get current version
17
id: package_version
18
run: |
19
- VERSION=$(jq -r .version path-to-your-package.json)
+ VERSION=$(jq -r .version ./package.json)
20
echo "::set-output name=version::$VERSION"
21
22
- name: Update README file
0 commit comments