diff --git a/.gitea/workflows/build_publish.yml b/.gitea/workflows/build_publish.yml index 091fa95..5012259 100644 --- a/.gitea/workflows/build_publish.yml +++ b/.gitea/workflows/build_publish.yml @@ -84,7 +84,7 @@ jobs: with: dotnet-version: 10.0.x - name: Add package source - run: dotnet nuget add source --name gitea --username TimetableDesigner --password ${{ secrets.GITHUB_TOKEN }} https://gitea.example.com/api/packages/TimetableDesigner/nuget/index.json + run: dotnet nuget add source --name gitea --username TimetableDesigner --password ${{ secrets.GITHUB_TOKEN }} --store-password-in-clear-text https://gitea.example.com/api/packages/TimetableDesigner/nuget/index.json - name: Publish run: dotnet nuget push --source gitea ./TimetableDesigner.Backend.Events.${{needs.pack.outputs.version}}.nupkg - name: Create Release