diff --git a/.github/workflows/push_main.yml b/.github/workflows/push_main.yml index a672a79..9fe801f 100644 --- a/.github/workflows/push_main.yml +++ b/.github/workflows/push_main.yml @@ -20,6 +20,8 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: 10.0.x + - name: Add source + run: dotnet nuget add source --username TimetableDesigner --password ${{secrets.GITHUB_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/TimetableDesigner/index.json" - name: Build run: dotnet build - name: Setup GitVersion