Skip to content

Commit

Permalink
Merge pull request #8 from nfMalde/feature/2-0-0-Initial-Release
Browse files Browse the repository at this point in the history
Feature/2 0 0 initial release
nfMalde authored Sep 4, 2023
2 parents a48e478 + 01417c2 commit fce4780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ jobs:
run: |
$currentVersion = git describe --abbrev=0 --tags --match "v[0-9]*.[0-9]*.[0-9]*-Release"
if ($currenVersion) {
if ($currentVersion) {
$v = $currentVersion.Split('-')[0].TrimStart('v')
Write-Output "RELEASE: New Version: $($v)"
Write-Output "version=$($v)" >> $Env:GITHUB_OUTPUT

0 comments on commit fce4780

Please sign in to comment.