Skip to content

Commit

Permalink
fix source name
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisInSky committed Nov 25, 2024
1 parent 8b36a39 commit d62ddd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/net-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
NUGET_SOURCE_URL="https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json"
dotnet nuget add source $NUGET_SOURCE_URL \
--name ${{ github.repository_owner }}-github \
--name sails-github \
--username "${{ github.workflow }}" \
--password ${{ secrets.GITHUB_TOKEN }} \
--store-password-in-clear-text
Expand Down

0 comments on commit d62ddd9

Please sign in to comment.