File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 build :
1616 runs-on : ubuntu-latest
1717
18- permissions :
19- contents : read
20- packages : write
21-
2218 steps :
2319 - uses : actions/checkout@v4
2420
5551 if : github.event_name == 'push'
5652 run : dotnet pack --no-build ${{ steps.version.outputs.pack_args }} -o ./artifacts
5753
58- - name : Publish to GitHub Packages
54+ - name : Publish to NuGet
5955 if : github.event_name == 'push'
6056 run : |
6157 dotnet nuget push ./artifacts/*.nupkg \
62- --source " https://nuget.pkg.github.com/${{ github.repository_owner }} /index.json" \
63- --api-key ${{ secrets.GITHUB_TOKEN }}
58+ --source https://api. nuget.org/v3 /index.json \
59+ --api-key ${{ secrets.NUGET_API_KEY }}
Original file line number Diff line number Diff line change 1010 <ToolCommandName >glyph</ToolCommandName >
1111 <PackageId >Glyph</PackageId >
1212 <Version >0.1.0</Version >
13+ <Authors >Rik Schreurs</Authors >
1314 <Description >A Git TUI for trunk-based development</Description >
15+ <PackageLicenseExpression >MIT</PackageLicenseExpression >
16+ <PackageProjectUrl >https://github.com/rikschreurs/Glyph</PackageProjectUrl >
17+ <RepositoryUrl >https://github.com/rikschreurs/Glyph</RepositoryUrl >
1418 </PropertyGroup >
1519
1620 <ItemGroup >
You can’t perform that action at this time.
0 commit comments