Skip to content

Commit

Permalink
build.yml test.
Browse files Browse the repository at this point in the history
  • Loading branch information
maniglia committed Oct 30, 2023
1 parent 936ef3e commit 03af478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
fetch-depth: 0

- name: Set package source
run: dotnet nuget add source --username maniglia --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/K-Society/index.json"
run: dotnet nuget add source --username maniglia --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github1 "https://nuget.pkg.github.com/K-Society/index.json"

- name: Get Version
uses: dotnet/nbgv@master
Expand Down

0 comments on commit 03af478

Please sign in to comment.