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 19, 2024
1 parent 3c0235e commit 4c4e825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push-hostinger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
with:
dotnet-version: '8.0.x'

- name: Restore dependencies
run: dotnet restore src/Monambike.Website.sln
- name: Restore NuGet packages
run: dotnet nuget restore src/Monambike.Website.sln -Source https://api.nuget.org/v3/index.json -ApiKey ${{ secrets.GIT_PACKAGES_TOKEN }}

- name: Build and publish
run: dotnet publish -c Release --output ./publish-folder
Expand Down

0 comments on commit 4c4e825

Please sign in to comment.