Skip to content

Commit 0230696

Browse files
authored
Merge pull request #53 from EverseDevelopment/develop
fixed prod action
2 parents 02b7cda + bea9092 commit 0230696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prod_actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Setting new version to addin
6666
run: |
67-
(Get-Content e-verse.Navisworks.SelectByRevitId.Plugin/Utils/SettingsConfig.cs) -replace '1.0.0', '"${{ steps.gitversion.outputs.majorMinorPatch }}"' | Out-File -encoding ASCII R e-verse.Navisworks.SelectByRevitId.Plugin/Utils/SettingsConfig.cs
67+
(Get-Content e-verse.Navisworks.SelectByRevitId.Plugin/Utils/SettingsConfig.cs) -replace '1.0.0', "${{ steps.gitversion.outputs.majorMinorPatch }}" | Out-File -encoding ASCII e-verse.Navisworks.SelectByRevitId.Plugin/Utils/SettingsConfig.cs
6868
6969
# Change the version inside of the 'e-verse.Navisworks.SelectByRevitId.Installer.g.wxs' file
7070
- name: Setting new version to the 'e-verse.Navisworks.SelectByRevitId.Installer.g.wxs' file

0 commit comments

Comments
 (0)