Skip to content

Commit

Permalink
Update push-hostinger.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
monambike authored Feb 24, 2024
1 parent 1e28c19 commit 3b51127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-hostinger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
dotnet-version: '8.0.x'

- name: Add sources
run: dotnet nuget add source --username GIT_USERNAME --password ${{ secrets.GIT_PACKAGES_TOKEN }} --store-password-in-clear-text --name Monambike GitHub "https://nuget.pkg.github.com/monambike/index.json"
run: dotnet nuget add source --username GIT_USERNAME --password ${{ secrets.GIT_PACKAGES_TOKEN }} --store-password-in-clear-text --name "Monambike GitHub" "https://nuget.pkg.github.com/monambike/index.json"

- name: Restore dependencies
run: dotnet restore src/Monambike.Website.sln
Expand Down

0 comments on commit 3b51127

Please sign in to comment.