File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 steps :
1919 - name : Get the sources
2020 uses : actions/checkout@v3
21-
22- - name : Fetch all history for all tags and branches
23- run : git fetch --prune --unshallow
21+ with :
22+ fetch-depth : 0
2423
2524 - name : Install .NET Core SDK
2625 uses : actions/setup-dotnet@v1
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ LitJSON currently targets and supports
9393
9494#### Prereleases
9595
96- Each merge to develop is published to our NuGet feed on [ MyGet] ( mygetgallery ) .
96+ Each merge to develop is published to our NuGet feed on [ MyGet] ( mygetgallery ) and also [ GitHub Packages ] ( ghpackages ) .
9797
9898## Contributing
9999
@@ -115,3 +115,4 @@ So you’re thinking about contributing to LitJSON? Great! It’s **really** app
115115[ nunit ] : http://www.nunit.org/
116116[ pkg-config ] : http://www.freedesktop.org/wiki/Software/pkg-config
117117[ unlicense ] : http://unlicense.org/
118+ [ ghpackages ] : https://github.com/orgs/LitJSON/packages?repo_name=litjson
You can’t perform that action at this time.
0 commit comments