Marcin Dąbrowski
Marcin Dąbrowski
> Password could be creating issues. Please clear saved password and try to > login.. I've try it before, and it didn't work.
It is definitely password issue - when it contains % character you can't log in. When I changed password, everything work ok again.
The issue appears for me after upgrading Spock from `2.4-M5-groovy-4.0` to `2.4-M6-groovy-4.0`. My tests are using testcontainers v1.20.6. Edit: It seems that problem was somewhere else - it is working...
I was running it in GitHub Action, and it was failing. Locally it is also failing. I'm using this command: ```bash ./gradlew \ -Prelease.forceVersion=0.3.0 \ -Prelease.customUsername=$GH_USER \ -Prelease.customPassword=$GH_TOKEN \ release...
I will try with this fetch. But I found that the error is only when I force the version. When I'm not passing the version, and patch number is increased...
> > Dunno yet, I would need to know whats wrong to reproduce it so I can debug it ;) Hmm, the problem is that I also don't know. And...
Here is log from GH Action: ```log > Task :my-project:verifyRelease Looking for uncommitted changes.. Checking if branch is ahead of remote.. Checking for snapshot versions.. > Task :verifyRelease Looking for...
I tried to add: ``` git fetch origin git merge origin ${{ github.head_ref }} ``` and found that `github.head_ref` is defined only for PRs. And I'm not running it from...
@bgalek thanks for the tips with workflow. But I would like to try to find the cause. 1. Is there anything I can do to increase the logging from the...
@bgalek do you have any thought on it?