Skip to content

Commit

Permalink
fix: incorrect source edited
Browse files Browse the repository at this point in the history
  • Loading branch information
onurkanbakirci committed Dec 13, 2023
1 parent d7bf583 commit 93a5640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/composite/publish-lib/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ runs:

- name: Add github as a source
shell: "bash"
run: dotnet nuget add source --username onurkanbakirci --password ${{inputs.api_key}} --name github https://nuget.pkg.github.com/onurkanbakirci/index.json
run: dotnet nuget add source --username onurkanbakirci --password ${{inputs.api_key}} --store-password-in-clear-text --name github https://nuget.pkg.github.com/onurkanbakirci/index.json

- name: Publish nuget packages
shell: "bash"
Expand Down

0 comments on commit 93a5640

Please sign in to comment.