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 68a8d7d commit 4a42b3dCopy full SHA for 4a42b3d
1 file changed
.github/workflows/publish.yml
@@ -38,7 +38,7 @@ jobs:
38
run: dotnet pack ./src/FluentEmail.Graph/FluentEmail.Graph.csproj -c Release -o ./artifacts --no-build
39
40
- name: 🔑 Add GitHub packages to nuget sources
41
- run: dotnet nuget add source --username USERNAME --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/ESC-BV/index.json"
+ run: dotnet nuget add source --username USERNAME --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/alistar-dev/index.json"
42
43
- name: 🚀 Push package to Github and NuGet
44
run: |
0 commit comments