bencompton / jest-cucumber

Execute Gherkin scenarios in Jest
Apache License 2.0
657 stars 115 forks source link

Error in Release Workflow Configuration #213

Closed pplancq closed 5 months ago

pplancq commented 6 months ago

I've noticed an error in the release workflow that I've set up.

image

After analyzing the error, I realized that I made a mistake in the configuration. Specifically, the semantic-release configuration I've set up is fixed on the main branch, but this repository uses master as the primary branch.

image

I propose two solutions:

  1. Rename the master branch to main.
  2. I quickly create a PR to correct the semantic-release configuration.

I'm open to other suggestions and look forward to resolving this issue promptly.

bencompton commented 6 months ago

Hey, appreciate you looking into it! I'll try renaming the branch and see if that fixes it, then.

pplancq commented 5 months ago

Following the renaming of the master branch to main, the release workflow problem has been corrected. I'm closing this issue.