Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
OliBomby committed May 22, 2021
1 parent 20ab704 commit bb37b74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
run: sed -i 's/OutputBaseFilename=mapping-tools-installer/OutputBaseFilename=mapping-tools-installer-${{ steps.get_version.outputs.version-without-v }}/' Installer_Script.iss

- name: Replace Assembly version
run: sed -i 's/<AssemblyVersion>\b[0-9]*.\b[0-9]*.\b[0-9]*/<AssemblyVersion>${{ steps.get_version.outputs.version-without-v }}/' Mapping_Tools\\Mapping_Tools.csproj
run: sed -i 's/<AssemblyVersion>\b[0-9]*.\b[0-9]*.\b[0-9]*/<AssemblyVersion>${{ steps.get_version.outputs.version-without-v }}/' Mapping_Tools/Mapping_Tools.csproj

- name: Replace File version
run: sed -i 's/<FileVersion>\b[0-9]*.\b[0-9]*.\b[0-9]*/<FileVersion>${{ steps.get_version.outputs.version-without-v }}/' Mapping_Tools\\Mapping_Tools.csproj
run: sed -i 's/<FileVersion>\b[0-9]*.\b[0-9]*.\b[0-9]*/<FileVersion>${{ steps.get_version.outputs.version-without-v }}/' Mapping_Tools/Mapping_Tools.csproj

- name: Restore dependencies
run: dotnet restore Mapping_Tools
Expand Down

0 comments on commit bb37b74

Please sign in to comment.