cspotcode / npm-pwsh

Install PowerShell via npm for use in npm scripts or elsewhere.
12 stars 5 forks source link

Changes to publishing workflow #21

Closed cspotcode closed 4 years ago

cspotcode commented 4 years ago

Splits publication step in 2, so package tarballs are all created first, then are all published to npm. Useful for manual inspection between those steps, and to avoid issues where it fails halfway through with an error and is difficult to resume. Now, just delete the successfully published tarballs and try again.

New set of publish steps: