Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not support semantic-release version 20 #155

Closed
Nicklason opened this issue Mar 14, 2023 · 3 comments
Closed

Does not support semantic-release version 20 #155

Nicklason opened this issue Mar 14, 2023 · 3 comments

Comments

@Nicklason
Copy link

Describe the bug
When using semantic-release version 20 the job crashes because semantic-release now exports package as ESM instead of CommonJS.

Workflow

steps:
  - name: Checkout
    uses: actions/checkout@v3
  - name: Semantic Release
    uses: cycjimmy/semantic-release-action@v3
    with:
      semantic_version: 20

Expected behavior
This action should work properly with the newest version of semantic-release.

Additional context
Release notes https://github.com/semantic-release/semantic-release/releases/tag/v20.0.0

@elmarti
Copy link

elmarti commented Mar 25, 2023

For anyone else seeing this problem, for now I have fixed semantic release to 19, which at least gets my builds to pass:

      - name: Semantic Release
        id: semantic
        uses: cycjimmy/semantic-release-action@v2
        with:
          semantic_version: 19

@MikeMcC399
Copy link
Contributor

@Nicklason

  • It looks like you might have missed the information in the README and the issue [TODAY] Github Actions - Genera an error #143 which discussed the details when semantic-release 20 was released.
  • It is technically not yet possible to support this version. We have to wait until Node.js 20 is released and GitHub supports it for use with JavaScript actions.

@Nicklason
Copy link
Author

I see thank you for clarifying. I will close the issue.

@Nicklason Nicklason closed this as not planned Won't fix, can't repro, duplicate, stale Mar 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants