Skip to content

Cannot create releases on Forks #1600

@marwyg

Description

@marwyg

I tried to create a release of the develop branch on my fork. It doesn't work because the "process-release.yml" is configured in such a way that it only works on the main repository. Which is okay I guess? But I think the change isn't that big to also let it work in forks.

Here is my commit that includes 2 changes I made, so it runs on my fork: marwyg@ee2791b

The only changes were to

  1. change the condition at the very top that checks the repository owner and
  2. to remove the whole "upstream-pr" part (this part also checks the repo owner). The first half of the yml did run on my fork and it created the release, so maybe we could simply remove the condition at the top? If the workflow fails (or skips) the second part, that would be okay I guess :) (I am not sure if it skips or fails if the condition is there)

What do you think?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions