File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,13 +86,13 @@ jobs:
8686 dotnet-version : 7.x
8787 # source-url: https://nuget.pkg.github.com/shaprcode-it/index.json
8888 - name : Add Github feed
89- run : dotnet nuget add source --username GITHUB_USER --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/shaprcode-it/index.json"
89+ run : dotnet nuget add source --username $ GITHUB_USER --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/shaprcode-it/index.json"
9090 - name : List sources
9191 run : dotnet nuget list source
9292 - name : List sources
9393 run : dotnet --info
9494 - name : Publish the package to GitHub
95- run : dotnet nuget push "*.nupkg" --source "github" --api-key ${{ secrets.PACKAGESTOKEN }}
95+ run : dotnet nuget push "*.nupkg" --source "github"
9696 deploy :
9797 needs : build
9898 if : github.event_name == 'release' && startsWith(github.ref, 'refs/heads/v')
You can’t perform that action at this time.
0 commit comments