Skip to content

Commit

Permalink
Fixing pipeline for release
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCS committed May 27, 2024
1 parent ecd77d4 commit d33f75c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:
}
else {
$version="0.0.$env:GITHUB_RUN_NUMBER"
}
}
#remove the letter V from teh variable
set version=%version:v=%
echo "::set-output name=VERSION::$version"
Write-Host "$env:GITHUB_EVENT_NAME ($env:GITHUB_REF) generated version $version"
- name: Setup .NET core 3.1.x
Expand Down

0 comments on commit d33f75c

Please sign in to comment.