fix: Remove source

This commit is contained in:
2026-02-05 18:34:21 +01:00
parent c6adb94cf0
commit 93a3dc9fdf
+1
View File
@@ -50,6 +50,7 @@ runs:
shell: bash
run: |
nix-shell --run 'set -o pipefail; set -o nounset; set -o errexit;
dotnet nuget remove source gitea 2>&1 > /dev/null || true
dotnet nuget add source --name ${{ inputs.source-name }} "https://${{ inputs.registry }}/api/packages/${{ inputs.registry-owner }}/nuget/index.json"'
- name: Restore dependencies