We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b146bca commit 89ccf4cCopy full SHA for 89ccf4c
.github/workflows/Publish Release.yml
@@ -26,7 +26,7 @@ jobs:
26
id: version
27
uses: notiz-dev/github-action-json-property@release
28
with:
29
- path: 'data.json'
+ path: 'plugin.json'
30
prop_path: 'Version'
31
32
- run: echo ${{steps.version.outputs.prop}}
0 commit comments