mirror of
https://github.com/walter-base/common-workflow.git
synced 2026-09-08 19:26:46 -04:00
Merge pull request #13 from walter-base/fix/dispatch-comment-versions
This commit is contained in:
@@ -513,11 +513,12 @@ jobs:
|
|||||||
files: dist/*
|
files: dist/*
|
||||||
|
|
||||||
- name: Refresh the central marketplace
|
- name: Refresh the central marketplace
|
||||||
# The manifest is derived from the package registry, so it only needs
|
# The manifest is derived from the package registry, so publishing is
|
||||||
# regenerating when the set of plugins changes — a new version of an
|
# all this job has to do — the generator re-derives the catalogue from
|
||||||
# existing plugin leaves it byte-identical, because entries carry no
|
# whatever the registry now holds. This call only makes that happen now
|
||||||
# version and npm resolves `latest`. This call exists so a *new* plugin
|
# rather than at the generator's next scheduled run, and it matters for
|
||||||
# appears immediately rather than at the next scheduled run.
|
# a new version just as much as a new plugin: codex entries carry the
|
||||||
|
# resolved version, so a release changes the catalogue's bytes.
|
||||||
if: inputs.marketplace_dispatch_url != ''
|
if: inputs.marketplace_dispatch_url != ''
|
||||||
env:
|
env:
|
||||||
DISPATCH_URL: ${{ inputs.marketplace_dispatch_url }}
|
DISPATCH_URL: ${{ inputs.marketplace_dispatch_url }}
|
||||||
|
|||||||
Reference in New Issue
Block a user