-
-
Notifications
You must be signed in to change notification settings - Fork 19
Version 2.2.0 is not supported error #166
Comments
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request. |
@ysomad Hi! Did you use latest version of html-template? |
Hi! Yes, I'm using 0.23.1 - name: Generating HTML from my AsyncAPI document
uses: asyncapi/github-action-for-generator@v1
with:
template: '@asyncapi/[email protected]'
filepath: backend/docs/asyncapi.yml
parameters: baseHref=/test-experiment/ sidebarOrganization=byTags
output: generated-html |
So I guess that everything works as expected, because you closed issue, am I right? |
I have incorrectly described the issue. Got confused, though I did not use the latest version of Still not working. |
Sorry If I confused you. Edited the issue and reopened it. |
@ysomad No worries :) Very strange with that, because latest version of github action uses the latest generator and it uses latest parser which support latest AsyncAPI version. Could you try to specify latest version of action, but not as |
Still not working but different error. GH actions configuration: - name: Generating HTML from my AsyncAPI document
uses: asyncapi/[email protected]
with:
template: '@asyncapi/[email protected]'
filepath: backend/docs/asyncapi.yml
parameters: baseHref=/test-experiment/ sidebarOrganization=byTags
output: generated-html Logs: Current runner version: '2.283.3'
Operating System
Virtual Environment
Virtual Environment Provisioner
GITHUB_TOKEN Permissions
Prepare workflow directory
Prepare all required actions
Getting action download info
Download action repository 'actions/checkout@v2' (SHA:1e204e9a9253d643386038d443f96446fa156a97)
Download action repository 'asyncapi/[email protected]' (SHA:8051b3f3295dd48deb7fde86ec91f9b67dcea5aa)
Error: Could not find file '/home/runner/work/_actions/_temp_77ab61d4-57b8-464e-a8d4-4588e144c619/_staging/asyncapi-github-action-for-generator-8051b3f/node_modules/.bin/semantic-release'. |
I'm going to take a closer look because this is really weird. |
omg, this GitHub Action will get me crazy 🤦🏼 @magicmatatjahu it is still related to the fact that I commit all the stuff to repo and then remove some of it......this issue was visible in last release and then was fixed......and is here again even though the file is here I think I just need to admit the fact I cannot solve it with commit of node_modules to a repo and instead will have to go docker direction (something that was not possible at the time I worked on this action) |
Maybe i don't understand something, but |
Hello! Any updates on this issue? @magicmatatjahu @derberg |
Same error here |
use 1.0.48 version for now. |
sorry folks, we identified that the only way to solve this issue long term is to switch to totally different way of publishing this action - docker image way. It just requires time and we are at the moment super busy organising https://conference.asyncapi.com/ for the community. So if you want to speed up, we would need your support to contribute the solution. Thanks in advance for your patience and help. And feel invited to the conference 😄 |
folks, fix is on its way, |
We bumped this action to The only change for you is to just use it by the name from docker: uses: docker://asyncapi/github-action-for-generator:2.0.0 |
Got
Error: Version 2.2.0 is not supported.
when setting GH actions job.Logs:
GH actions configuration:
The text was updated successfully, but these errors were encountered: