Skip to content

Commit 0a8d0e6

Browse files
committed
CHORE: Rename paths in release yaml
1 parent 7b664d3 commit 0a8d0e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525

2626
- name: ✏️ Set abstractions version from CHANGELOG.md
2727
shell: pwsh
28-
run: ./scripts/Set-VersionFromChangelog.ps1 -ChangelogPath DG.XrmPluginCore.Abstractions/CHANGELOG.md -CsprojPath DG.XrmPluginCore.Abstractions/DG.XrmPluginCore.Abstractions.csproj
28+
run: ./scripts/Set-VersionFromChangelog.ps1 -ChangelogPath XrmPluginCore.Abstractions/CHANGELOG.md -CsprojPath XrmPluginCore.Abstractions/XrmPluginCore.Abstractions.csproj
2929

3030
- name: ✏️ Set implementations version from CHANGELOG.md
3131
shell: pwsh
32-
run: ./scripts/Set-VersionFromChangelog.ps1 -ChangelogPath DG.XrmPluginCore/CHANGELOG.md -CsprojPath DG.XrmPluginCore/DG.XrmPluginCore.csproj
32+
run: ./scripts/Set-VersionFromChangelog.ps1 -ChangelogPath XrmPluginCore/CHANGELOG.md -CsprojPath XrmPluginCore/XrmPluginCore.csproj
3333

3434
- name: 📦 Restore dependencies
3535
run: dotnet restore

0 commit comments

Comments
 (0)