Skip to content

Commit 2bb8615

Browse files
authored
Merge pull request #26 from synercoder/features/fix-yml
Removed index.json
2 parents 60becc7 + 0d8ecb2 commit 2bb8615

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
# Project name to pack and publish
1616
PROJECT_NAME: Synercoding.FileFormats.Pdf
1717
# GitHub Packages Feed settings
18-
GITHUB_FEED: https://nuget.pkg.github.com/synercoder/index.json
18+
GITHUB_FEED: https://nuget.pkg.github.com/synercoder/
1919
GITHUB_USER: synercoder
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2121
# Official NuGet Feed settings

0 commit comments

Comments
 (0)