swup / cli

Create swup plugins and themes in seconds, or validate your website 🚤

Home Page:https://swup.js.org/cli

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub action `version-update.yml` is failing

hirasso opened this issue · comments

Description of the issue

I can't seem to run the Update package version action, even though it's identical to the equivalent in e.g. fragment plugin where it worked yesterday. Any ideas @daun?

How to reproduce the issue

Run the action manually > it fails

I think the npm scripts might require additional npx prepended?

Once again, no idea 😁

Is this really related to the npm scripts? They only run in the publish action, don't they?

In this case, there's a version script that npm seems to try and run:

> version
> oclif readme && git add README.md

oclif: not found

@hirasso I guess your PR earlier solved this issue, right?

Ah yes! Solved in #47