engines-wrapper icon indicating copy to clipboard operation
engines-wrapper copied to clipboard

GH Actions publish-engines: Surface npm package version

Open janpio opened this issue 4 years ago • 0 comments

In https://github.com/prisma/engines-wrapper/blob/main/.github/workflows/publish-engines.yml we receive a payload, and use that to update a dependency in this repo, then publish a new version to Npm. That Npm package version is not really visible here, but would make it easier to find stuff when debugging problems.

Possibilities:

  • Tag commit with Npm version (after it was actually published)
  • Add npm version to commit message (before the publish happened)
  • ...

janpio avatar Aug 27 '21 14:08 janpio