fix: Don't pack with same token
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
node_modules/
|
||||
.direnv/
|
||||
.env
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user