Skip to content

Commit 3265991

Browse files
committed
remove echo step
1 parent 3d27d7b commit 3265991

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish-action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ jobs:
2323
with:
2424
path: 'plugin.json'
2525
prop_path: 'Version'
26-
- run: echo ${{steps.version.outputs.prop}}
2726
- name: Build
2827
run: |
2928
dotnet publish 'Flow.Launcher.Plugin.BrowserTabs.csproj' -r win-x64 -c Release -o "Flow.Launcher.Plugin.BrowserTabs-${{steps.version.outputs.prop}}"

0 commit comments

Comments
 (0)