fix: Don't pack with same token
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
.direnv/
|
.direnv/
|
||||||
|
.env
|
||||||
|
|||||||
@@ -55,6 +55,7 @@ runs:
|
|||||||
run: |
|
run: |
|
||||||
nix-shell -p ${{ inputs.dotnet-sdk }} --run '
|
nix-shell -p ${{ inputs.dotnet-sdk }} --run '
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
|
dotnet nuget remove source "${{ inputs.source-name }}" || true
|
||||||
dotnet nuget add source \
|
dotnet nuget add source \
|
||||||
--name "${{ inputs.source-name }}" \
|
--name "${{ inputs.source-name }}" \
|
||||||
"https://${{ inputs.registry }}/api/packages/${{ inputs.registry-owner }}/nuget/index.json"
|
"https://${{ inputs.registry }}/api/packages/${{ inputs.registry-owner }}/nuget/index.json"
|
||||||
|
|||||||
Reference in New Issue
Block a user