nushell/.github/workflows
Darren Schroeder 3fb1e37473
remove old winget manual release ci (#8177)
# Description

This PR removes the old winget manual release ci. With the updated
winget release, we're able to specify the version we want to push to
winget manually in case it fails. You just choose the `Submit Nushell
package to Windows Package Manager Community Repository` action, click
the run workflow and specify the tag.


![image](https://user-images.githubusercontent.com/343840/220924670-411dd683-0d17-490a-901b-bf2a49d7fa77.png)


# User-Facing Changes

_(List of all changes that impact the user experience here. This helps
us keep track of breaking changes.)_

# Tests + Formatting

Don't forget to add tests that cover your changes.

Make sure you've run and fixed any issues with these commands:

- `cargo fmt --all -- --check` to check standard code formatting (`cargo
fmt --all` applies these changes)
- `cargo clippy --workspace -- -D warnings -D clippy::unwrap_used -A
clippy::needless_collect` to check that you're using the standard code
style
- `cargo test --workspace` to check that all tests pass

# After Submitting

If your PR had any user-facing changes, update [the
documentation](https://github.com/nushell/nushell.github.io) after the
PR is merged, if necessary. This will help us keep the docs up to date.
2023-02-23 08:36:56 -06:00
..
ci.yml Bump actions-rust-lang/setup-rust-toolchain from 1.3.7 to 1.4.2 (#8133) 2023-02-20 19:22:52 +00:00
release-pkg.nu update the manual msi generation instructions for winget (#8178) 2023-02-23 08:19:13 -06:00
release.yml Bump actions-rust-lang/setup-rust-toolchain from 1.3.7 to 1.4.2 (#8133) 2023-02-20 19:22:52 +00:00
typos.yml Fix copy paste error (#7945) 2023-02-02 12:50:27 -06:00
winget-submission.yml use winget releaser action for manifest submission (#8070) 2023-02-22 12:54:15 +00:00