Merge pull request '更新 action.yaml' (#1) from develop into master
Some checks failed
/ CD > 發布專案 (push) Failing after 1s
Some checks failed
/ CD > 發布專案 (push) Failing after 1s
Reviewed-on: http://192.168.1.201:3000/actions/nuget-push/pulls/1
This commit was merged in pull request #1.
This commit is contained in:
@@ -35,4 +35,4 @@ runs:
|
||||
unzip "$DOWNLOAD_NAME" -d output
|
||||
|
||||
echo "ARTIFACT PUSHING..."
|
||||
dotnet nuget push "output/*.nupkg" --source "${{ inputs.source }}" --api-key "${{ inputs.api_key }}" --skip-duplicate
|
||||
dotnet nuget push "output/*.nupkg" --source "${{ inputs.source }}" --api-key "${{ inputs.api_key }}" --skip-duplicate --allow-insecure-connections
|
||||
Reference in New Issue
Block a user