Skip to content

Commit

Permalink
Configure npm distribution mirror and inventory syncing
Browse files Browse the repository at this point in the history
Updates the automation workflows to:
- use reusable workflows to reduce duplication of steps
- adds support for `npm` in the list of distributions to mirror to S3
- adds support for `npm` for synchronizing `inventory.toml` updates
- updates the helper binaries used in the automation to support `npm`

[W-13916385](https://gus.lightning.force.com/a07EE00001XwfoGYAR)
  • Loading branch information
colincasey committed Aug 11, 2023
1 parent 9f328b8 commit dc6898b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_mirror-distribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
strategy:
fail-fast: false
matrix:
distribution: [${{ inputs.distribution }}]
distribution: ${{ inputs.distribution }}
version: ${{ fromJson(needs.get-unmirrored-versions.outputs.versions) }}
include:
- distribution: node
Expand Down

0 comments on commit dc6898b

Please sign in to comment.