Skip to content

Commit

Permalink
1.0.4: Correct Version Numbering
Browse files Browse the repository at this point in the history
  • Loading branch information
gnoeou committed Jun 4, 2021
1 parent d96c34a commit b9f7eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/keyfactor-extension-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
run: |
$VersionRegex = "\d+\.\d+\.\d+"
$assemblyFilePath = (Get-ChildItem -Include AssemblyInfo.cs -File -Recurse).fullname
$newVer = "v1.0.2".TrimStart('v')
$newVer = "${{ steps.create_release.outputs.current_tag }}".TrimStart('v')
foreach($currentFile in $assemblyFilePath)
{
$filecontent = Get-Content($currentFile)
Expand Down

0 comments on commit b9f7eb6

Please sign in to comment.