Skip to content

Commit

Permalink
updates to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gnoeou committed May 12, 2021
1 parent aa1dfe2 commit 4dbb6ae
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:
- name: Increment Assembly Version
run: |
$VersionRegex = "\d+\.\d+\.\d+"
$assemlyFilePath = (Get-ChildItem -Include AssemblyInfo.cs -File -Recurse).fullname
$assemlyFilePath = (Get-ChildItem -Include AssemblyInfo.cs -File -Recurse -Path .\IISWithBindings\).fullname
$filecontent = Get-Content($assemlyFilePath)
$newVer = "${{ steps.create_release.outputs.current_tag }}".TrimStart('v')
attrib $assemlyFilePath -r
Expand Down

0 comments on commit 4dbb6ae

Please sign in to comment.