Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xsustek authored Sep 19, 2024
1 parent 1a2d646 commit 9136651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
- name: Publish
run: dotnet pack ./src/Bluesoft.Xperience.ScheduleTasks/Bluesoft.Xperience.ScheduleTasks.csproj --no-build --output ./package
- name: Authenticate Nuget.org
run: dotnet nuget add source --username "OWNER" --password "$YOUR_GITHUB_PAT" --store-password-in-clear-text --name nuget_publish "https://nuget.pkg.github.com/Bluesoft/index.json"
run: dotnet nuget add source --username "OWNER" --password $YOUR_GITHUB_PAT --store-password-in-clear-text --name nuget_publish "https://nuget.pkg.github.com/Bluesoft/index.json"
- name: Nuget push
run: dotnet nuget push "./packages/Bluesoft.Xperience.ScheduleTasks.snupkg" --source "nuget_publish"

0 comments on commit 9136651

Please sign in to comment.