semantic-release / semantic-release

:package::rocket: Fully automated version management and package publishing
https://semantic-release.gitbook.io
MIT License
20.47k stars 1.66k forks source link

Debug Mode Issue #3365

Open RubenWerdmuller opened 2 months ago

RubenWerdmuller commented 2 months ago

Current behavior

There appears to be a bug in the debug mode of semantic-release. When attempting to push to the repository, the process fails with an exit code 128.

Expected behavior

The push operation should complete successfully without errors in debug mode.

semantic-release version

23.0.8

CI environment

Gitlab

Plugins used

"@semantic-release/commit-analyzer": "13.0.0",
"@semantic-release/npm": "12.0.1",
"@semantic-release/release-notes-generator": "14.0.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/git": "10.0.1",
"@semantic-release/gitlab": "13.0.3",
"semantic-release": "23.0.8",

semantic-release configuration

https://gitlab.com/commondatafactory/design-system/-/blob/main/.releaserc?ref_type=heads

CI logs

Found here: https://gitlab.com/commondatafactory/design-system/-/jobs/7026843115

[2:57:10 PM] [semantic-release] › ✔  Loaded plugin "fail" from "@semantic-release/gitlab"

2024-06-05T14:57:10.236Z semantic-release:get-git-auth-url Verifying ssh auth by attempting to push to  https://gitlab.com/commondatafactory/design-system

2024-06-05T14:57:10.481Z semantic-release:git Error: Command failed with exit code 128: git push --dry-run --no-verify https://gitlab.com/commondatafactory/design-system HEAD:main

fatal: Authentication failed for 'https://gitlab.com/commondatafactory/design-system.git/'
travi commented 2 months ago

Do you have auth configured?