Skip to content

Commit 712371c

Browse files
committed
Working on appx building & signing
1 parent 128c489 commit 712371c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Build
2525
run: |
2626
# Set the version number for the build based on the tag or fallback to the branch name
27-
$version = ${{github.ref_name}} -replace '^v', ''
27+
$version = "${{github.ref_name}}.0" -replace '^v', ''
2828
2929
Write-Host "Setting version to $version"
3030

0 commit comments

Comments
 (0)