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 3a98506 commit b5313c2Copy full SHA for b5313c2
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
- uses: actions/setup-dotnet@v1
29
with:
30
dotnet-version: '3.1.201'
31
- source-url: https://nuget.pkg.github.com/nullean/index.json
+ source-url: https://nuget.pkg.github.com/elastic/index.json
32
env:
33
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
34
0 commit comments