semantic-release-action icon indicating copy to clipboard operation
semantic-release-action copied to clipboard

GitHub Action for Semantic Release

Results 30 semantic-release-action issues
Sort by recently updated
recently updated
newest added

It is my understanding that the action can feed the underlying semantic release with options by using the `with` fields `branches`, `extra_plugins` etc. Hence, executing semantic release **without** a package.json...

**Describe the bug** Using latest `actions/checkout@v3` (`v3.0.2`) on self-hosted runners when including `@semantic-release/github` causes the following error ```bash EINVALIDGITHUBURL The git repository URL is not a valid GitHub URL. The...

**Is your feature request related to a problem? Please describe.** We want to specify a custom config file on the workflow to have a separate config for different branches... and...

**Describe the bug** When using the Github package Registry, a error is thrown `npm notice npm ERR! code E401 npm ERR! 401 Unauthorized - PUT https://npm.pkg.github.com/@organisation/our-repo` From what I can...

**Describe the bug** Running a node es module via a CLI, which works under normal circumstances, fails during the "prepare" script run as part of the semantic-release-action CI flow, with...

**Describe the bug** When branch is selected using negative glob pattern, all matching branches seems to be considered ![image](https://user-images.githubusercontent.com/26188281/150383618-c1a832b7-8e57-4e55-9c02-3e65a54bb245.png) **Workflow** ```yaml semver: name: Semver runs-on: ubuntu-latest if: ${{ github.event_name ==...

**Describe the bug** Today i run it and had this error: ``` Run cycjimmy/semantic-release-action@v2 added 2 packages, and audited 3 packages in 963ms found 0 vulnerabilities Error: Error: Command failed:...

**Describe the bug** It is not common, but in the last 12 months I guess this is the second time that I got the following error: ![MicrosoftTeams-image](https://user-images.githubusercontent.com/13336060/144640730-a96c014c-5508-4447-b6df-7c74acdcfc14.png) **Workflow** the steps...

**Describe the bug** Getting this error ![image](https://user-images.githubusercontent.com/2232423/130435251-dccb002e-9725-4da1-a7de-a62c64710ddb.png) ``` Error: Command failed: npm ci --only=prod npm ERR! code E401 npm ERR! Unable to authenticate, need: Basic realm="GitHub Package Registry" npm ERR!...

**Describe the bug** Semantic release was working perfectly but started failing since this morning. There hasn't been any changes done to the code **release.config.js ** module.exports = { branches: [...