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 3d27d7b commit 3265991Copy full SHA for 3265991
.github/workflows/publish-action.yml
@@ -23,7 +23,6 @@ jobs:
23
with:
24
path: 'plugin.json'
25
prop_path: 'Version'
26
- - run: echo ${{steps.version.outputs.prop}}
27
- name: Build
28
run: |
29
dotnet publish 'Flow.Launcher.Plugin.BrowserTabs.csproj' -r win-x64 -c Release -o "Flow.Launcher.Plugin.BrowserTabs-${{steps.version.outputs.prop}}"
0 commit comments