We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f240973 commit e37ffbbCopy full SHA for e37ffbb
.github/workflows/manual_publish_nuget_pkg.yaml
@@ -39,7 +39,7 @@ jobs:
39
- name: Get current version
40
id: current_version
41
run: |
42
- $currentVersion = (Select-Xml -Path src/OpenPolicyAgent.Ucast.Linq/OpenPolicyAgent.Ucast.Linq.csproj -XPath "//PackageVersion").Node.InnerText
+ $currentVersion = (Select-Xml -Path src/OpenPolicyAgent.Opa.AspNetCore/OpenPolicyAgent.Opa.AspNetCore.csproj -XPath "//PackageVersion").Node.InnerText
43
echo "CURRENT_VERSION=$currentVersion" >> $env:GITHUB_OUTPUT
44
shell: pwsh
45
0 commit comments