File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 3232 rid : osx-x64
3333 - os : macos-14
3434 rid : osx-arm64
35- env :
36- NUGET_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
3735
3836 steps :
3937 - name : ' Print manual run reason'
5048 6.0.x
5149 8.0.x
5250 source-url : https://nuget.pkg.github.com/vilinski/index.json
53-
51+ env :
52+ NUGET_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
5453 - name : Display dotnet version
5554 run : |
5655 dotnet --version
@@ -126,9 +125,7 @@ jobs:
126125 ls -lahS nupkg
127126
128127 - name : Publish the package to nuget.org
129- run : dotnet nuget push nupkg/chdb.*.nupkg --skip-duplicate --source https://api.nuget.org/v3/index.json
130- env :
131- NUGET_AUTH_TOKEN : ${{ secrets.NUGET_AUTH_TOKEN_CHDB }}
128+ run : dotnet nuget push nupkg/chdb.*.nupkg --skip-duplicate --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_AUTH_TOKEN_CHDB }}
132129
133130
134131 push_tool :
@@ -153,9 +150,7 @@ jobs:
153150 ls -lahS nupkg
154151
155152 - name : Publish
156- run : dotnet nuget push nupkg/chdb-tool.*.nupkg --skip-duplicate --source https://api.nuget.org/v3/index.json
157- env :
158- NUGET_AUTH_TOKEN : ${{ secrets.NUGET_AUTH_TOKEN_CHDB }}
153+ run : dotnet nuget push nupkg/chdb-tool.*.nupkg --skip-duplicate --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_AUTH_TOKEN_CHDB }}
159154
160155 - name : Download chdb library
161156 run : |
You can’t perform that action at this time.
0 commit comments