We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138323f commit 91f01c1Copy full SHA for 91f01c1
1 file changed
.github/workflows/CI.yml
@@ -30,7 +30,7 @@ jobs:
30
- uses: actions/setup-dotnet@v1
31
with:
32
dotnet-version: '3.1.202'
33
- source-url: https://nuget.pkg.github.com/bjorhn/index.json
+ source-url: https://nuget.pkg.github.com/egil/index.json
34
env:
35
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
36
- name: Building library
0 commit comments