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 c604b1b commit ef569ffCopy full SHA for ef569ff
.github/workflows/release.yaml
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/checkout@v3
24
- name: Read current version
25
id: version
26
- uses: juliangruber/read-file[email protected]
+ uses: ashley-taylor/read-json-property[email protected]
27
with:
28
path: ./release/package.json
29
property: version
0 commit comments