diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6aad83a8c..51a9b3f08 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -168,7 +168,8 @@ jobs: - name: Push packages (main) if: ${{ github.ref == 'refs/heads/main' }} run: | - dotnet nuget update source LabsFeed --username dummy --password ${{ secrets.DEVOPS_PACKAGE_PUSH_TOKEN }} ` + dotnet nuget update source LabsFeed ` + --username dummy --password ${{ secrets.DEVOPS_PACKAGE_PUSH_TOKEN }} dotnet nuget push "**/*.nupkg" --api-key dummy --source LabsFeed --skip-duplicate # Run tests