Skip to content

Commit fce4780

Browse files
authored
Merge pull request #8 from nfMalde/feature/2-0-0-Initial-Release
Feature/2 0 0 initial release
2 parents a48e478 + 01417c2 commit fce4780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: |
3737
$currentVersion = git describe --abbrev=0 --tags --match "v[0-9]*.[0-9]*.[0-9]*-Release"
3838
39-
if ($currenVersion) {
39+
if ($currentVersion) {
4040
$v = $currentVersion.Split('-')[0].TrimStart('v')
4141
Write-Output "RELEASE: New Version: $($v)"
4242
Write-Output "version=$($v)" >> $Env:GITHUB_OUTPUT

0 commit comments

Comments
 (0)