You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I'm trying to release my monorepo library using changesets-gitlab, comment stage goes well, but when it comes to release stage it results into an error.
I'm trying to debug this issue since in the .git/config I have
pushurl = git@HOST:PORT/REPO.git
where HOST is not gitlab, PORT is not 22 and REPO is ofc the repo
after pnpm changesets-gitlab command I got this:
[command]/usr/bin/git push origin HEAD:changeset-release/master --force
ssh: connect to host HOST port 22: Connection refused
fatal: Could not read from remote repository.
Hi I'm trying to release my monorepo library using changesets-gitlab, comment stage goes well, but when it comes to release stage it results into an error.
I'm trying to debug this issue since in the .git/config I have
where HOST is not gitlab, PORT is not 22 and REPO is ofc the repo
after pnpm changesets-gitlab command I got this:
This happen here, run.ts:292
This is the ci yaml
The text was updated successfully, but these errors were encountered: