fix: Don't pack with same token

This commit is contained in:
2026-02-12 17:16:32 +01:00
parent 7bfd85b919
commit 8b6defe973
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,2 +1,3 @@
node_modules/
.direnv/
.env
+1
View File
@@ -55,6 +55,7 @@ runs:
run: |
nix-shell -p ${{ inputs.dotnet-sdk }} --run '
set -euo pipefail
dotnet nuget remove source "${{ inputs.source-name }}" || true
dotnet nuget add source \
--name "${{ inputs.source-name }}" \
"https://${{ inputs.registry }}/api/packages/${{ inputs.registry-owner }}/nuget/index.json"