Aleksandar Ivanov

Results 9 comments of Aleksandar Ivanov

It happens with `422` as well. This should be high priority fix. Infinite loops are very detrimental in general and especially in this case, because the GitHub API calls limit...

Have you tried to create a release through the GitHub UI or CLI ?

Same with the `422` problem I am having. Through the action fails, through the GitHub UI/CLI works. According to the previous several issues, this action seems to have been left...

Depends on what you need specifically of course, but it should look something like this: ``` run: | gh release create ${{ env.VERSION }} -n "${{ env.MESSAGE }}" -t "${{...

You are welcome 🙂 On the GitHub Actions runners it should be pre-installed and setup on all variants. Like this, on [the Ubuntu 20.04 runner for example](https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md#cli-tools), that I will...

> That's works for me [#9966 (comment)](https://github.com/dotnet/sdk/issues/9966#issuecomment-443468788) > > But why it's not documented until now !! Valid question. EDIT: it is documented, but [not in an optimal way](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-build#msbuild). I...

Also, I forgot to mention that based on this PRs resolution, we will optimize the CodeQL pipeline as well.

@baywet it is an incredible coincidence, but today we discovered that the action for creating release in this pipeline is unmaintained and is quite unstable, so we decided to replace...

> are you referring to this PR or to something else? I don't see any additional comment so far #580 I haven't created the PR yet, because I am still...