Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Egliss committed Nov 26, 2024
1 parent ab57038 commit c3d9619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-nuget.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
run: dotnet build --no-restore --configuration Release
- name: Publish to NuGet
run: |
dotnet nuget add source --username USERNAME --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github
dotnet nuget push SharpChatwork/bin/Release/SharpChatwork.0.2.4-alpha.nupkg --api-key ${{secrets.EGLISS_TOKEN}} --source "github" https://nuget.pkg.github.com/Egliss/index.json
dotnet nuget add source https://nuget.pkg.github.com/Egliss/index.json --username USERNAME --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github
dotnet nuget push SharpChatwork/bin/Release/SharpChatwork.0.2.4-alpha.nupkg --api-key ${{secrets.EGLISS_TOKEN}} --source "github"

0 comments on commit c3d9619

Please sign in to comment.