Skip to content

Commit 460b5d9

Browse files
author
Robin Hermann
committed
fix: path to version
1 parent 0b58a2c commit 460b5d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: version
2727
uses: notiz-dev/github-action-json-property@release
2828
with:
29-
path: 'plugin.json'
29+
path: 'Flow.Launcher.Plugin.KubernetesContextSwitcher/plugin.json'
3030
prop_path: 'Version'
3131
- run: echo ${{steps.version.outputs.prop}}
3232
- name: Restore

0 commit comments

Comments
 (0)