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 32
32
rid : osx-x64
33
33
- os : macos-14
34
34
rid : osx-arm64
35
- env :
36
- NUGET_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
37
35
38
36
steps :
39
37
- name : ' Print manual run reason'
50
48
6.0.x
51
49
8.0.x
52
50
source-url : https://nuget.pkg.github.com/vilinski/index.json
53
-
51
+ env :
52
+ NUGET_AUTH_TOKEN : ${{secrets.GITHUB_TOKEN}}
54
53
- name : Display dotnet version
55
54
run : |
56
55
dotnet --version
@@ -126,9 +125,7 @@ jobs:
126
125
ls -lahS nupkg
127
126
128
127
- 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 }}
132
129
133
130
134
131
push_tool :
@@ -153,9 +150,7 @@ jobs:
153
150
ls -lahS nupkg
154
151
155
152
- 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 }}
159
154
160
155
- name : Download chdb library
161
156
run : |
You can’t perform that action at this time.
0 commit comments