File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 33
33
tag_name="${GITHUB_REF##*/}"
34
34
hub release edit $(find ./DelveClientSDK/bin/Release -type f -name "DelveClientSDK.*.nupkg" -printf "-a %p ") -m "" "$tag_name"
35
35
36
- - name : Add private GitHub registry to NuGet
37
- run : dotnet nuget add source https://nuget.pkg.github.com/RelationalAI-oss/index.json -n GPR -u RelationalAI-oss -p ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text
38
-
39
36
- name : Install gpr tool
40
37
run : dotnet tool install gpr -g
41
38
Original file line number Diff line number Diff line change 11
11
<EmbedUntrackedSources >true</EmbedUntrackedSources >
12
12
<IncludeSymbols >true</IncludeSymbols >
13
13
<SymbolPackageFormat >snupkg</SymbolPackageFormat >
14
- <RepositoryUrl >https://github.com/RelationalAI-oss/DelveClientSDK </RepositoryUrl >
15
- <PackageProjectUrl >https://github.com/RelationalAI-oss/DelveClientSDK </PackageProjectUrl >
14
+ <RepositoryUrl >https://github.com/RelationalAI-oss/DelveCSharpClientSDK </RepositoryUrl >
15
+ <PackageProjectUrl >https://github.com/RelationalAI-oss/DelveCSharpClientSDK </PackageProjectUrl >
16
16
<Description >
17
17
This is the Delve C# client SDK and you can use it to connect to the RelationalAI infrastructure.
18
18
</Description >
You can’t perform that action at this time.
0 commit comments