diff --git a/.github/workflows/push-hostinger.yml b/.github/workflows/push-hostinger.yml index c852d5b..4f37ef5 100644 --- a/.github/workflows/push-hostinger.yml +++ b/.github/workflows/push-hostinger.yml @@ -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