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 9f01277 commit 1fba8ddCopy full SHA for 1fba8dd
.github/workflows/publish.yml
@@ -4,7 +4,7 @@ on:
4
workflow_dispatch:
5
push:
6
branches:
7
- - main
+ - '*'
8
tags:
9
- '*'
10
@@ -51,6 +51,7 @@ jobs:
51
- name: Get Package Version
52
# if: github.event_name == 'push' && github.ref == 'refs/heads/main'
53
run: |
54
+ pwd
55
$version = [system.diagnostics.fileversioninfo]::getversioninfo("Flow.Launcher.Localization\bin\Release\netstandard2.0\Flow.Launcher.Localization.dll").productversion
56
echo "release_version=$version" | out-file -filepath $env:github_env -encoding utf-8 -append
57
0 commit comments