Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Update push command based on v0.10.0 release #3177

Merged
merged 1 commit into from Feb 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion hack/choco/README.md
Expand Up @@ -144,5 +144,5 @@ Run the following commands to push the nupkg file to the Chocolately community r
```sh
choco apikey -k <your key here> -s https://push.chocolatey.org/
choco pack
choco push --source https://chocolatey.org/
choco push --source https://push.chocolatey.org/ --api-key <your key here>
```