Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport release-v1.3] Publish artifacts on release branches #347

Merged
merged 1 commit into from
Jun 8, 2023

Commits on Jun 8, 2023

  1. ci: publish artifacts on release branches

    The CI was supposed to publish artifacts on the main branch and on
    release branches. However, I misread the documentation for the
    `contains(search, item)` expression. I expected that search is the value
    to search for, while item is the thing to search in. It is actually the
    other way around: search is the thing to search in, and item is what is
    searched for.
    
    In addition, contains might not be explicit enough. So for safeguarding
    it may be better to use `startsWith(searchString, searchValue)`. This
    function 'Returns true when searchString starts with searchValue'.
    
    This problem should now be resolved.
    
    (cherry picked from commit dceff6b)
    korthout authored and github-actions[bot] committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    90a022c View commit details
    Browse the repository at this point in the history