Skip to content

Commit d77021c

Browse files
committed
changing the echo and remove ""
1 parent 0da9778 commit d77021c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Build_Executable.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: |
5555
$version = (Get-Content .\sierra_status\__version__.py | Select-String -Pattern "__version__\s*=\s*[\"'](.*)[\""']").Matches.Groups[1].Value
5656
echo $version
57-
echo "VERSION=$version" >> $env:GITHUB_OUTPUT
57+
echo VERSION=$version >> $env:GITHUB_OUTPUT
5858
5959
- name: Check working directory
6060
run: |

sierra_status/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.2" # Update this version as needed
1+
__version__ = "0.1.2"

0 commit comments

Comments
 (0)