Commit dc807c5 1 parent 3c665c9 commit dc807c5 Copy full SHA for dc807c5
File tree 2 files changed +2
-2
lines changed
src/CodeOfChaos.Parsers.Csv
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 33
33
env :
34
34
NUGET_API_KEY : ${{ secrets.NUGET_API_KEY }}
35
35
run : |
36
- dotnet nuget push src/CodeOfChaos.Parsers/*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json --skip-duplicate
36
+ dotnet nuget push src/CodeOfChaos.Parsers.Csv /*.nupkg --api-key $NUGET_API_KEY --source https://api.nuget.org/v3/index.json --skip-duplicate
Original file line number Diff line number Diff line change 8
8
9
9
<!-- Main package name -->
10
10
<PackageId >CodeOfChaos.Parsers.Csv</PackageId >
11
- <Version >2.1.1 </Version >
11
+ <Version >2.1.2 </Version >
12
12
<Authors >Anna Sas</Authors >
13
13
<Description >A Library to parse csv files in a similar api to regular xml parsing</Description >
14
14
<PackageProjectUrl >https://github.com/code-of-chaos/cs-code_of_chaos-parsers</PackageProjectUrl >
You can’t perform that action at this time.
0 commit comments