Skip to content

Commit 6abedbb

Browse files
committed
Add GH Packages Feed TO Readme
1 parent 5da4dd5 commit 6abedbb

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@ jobs:
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

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)