You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should work as expected and workflow shouldn't be dependent on the package manager.
I think the problem is that we checkout the repo in the workflow here, here and here.
since the action is not dependent on the repo's content, we shouldn't checkout the repo.
yeah, probably a left over from a time where we didn't use .github based action. Try to remove these checkouts first I studio and if all works, open PR here
Describe the bug.
Since we are using PNPM in studio, this workflow is failing.
https://github.com/asyncapi/studio/actions/runs/9357419699
Expected behavior
It should work as expected and workflow shouldn't be dependent on the package manager.
I think the problem is that we checkout the repo in the workflow here, here and here.
since the action is not dependent on the repo's content, we shouldn't checkout the repo.
Screenshots
...
How to Reproduce
...
🥦 Browser
None
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
Yes I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: