Skip to content

Commit e37ffbb

Browse files
ci: Fix the manual NuGet publishing workflow. (#69)
Signed-off-by: Philip Conrad <[email protected]>
1 parent f240973 commit e37ffbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manual_publish_nuget_pkg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Get current version
4040
id: current_version
4141
run: |
42-
$currentVersion = (Select-Xml -Path src/OpenPolicyAgent.Ucast.Linq/OpenPolicyAgent.Ucast.Linq.csproj -XPath "//PackageVersion").Node.InnerText
42+
$currentVersion = (Select-Xml -Path src/OpenPolicyAgent.Opa.AspNetCore/OpenPolicyAgent.Opa.AspNetCore.csproj -XPath "//PackageVersion").Node.InnerText
4343
echo "CURRENT_VERSION=$currentVersion" >> $env:GITHUB_OUTPUT
4444
shell: pwsh
4545

0 commit comments

Comments
 (0)