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

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 8, 2023

Description

Backport of #346 to release-v1.3.

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 korthout force-pushed the backport-346-to-release-v1.3 branch from c06b480 to 90a022c Compare June 8, 2023 13:58
@korthout korthout merged commit 82e468a into release-v1.3 Jun 8, 2023
1 check passed
@korthout korthout deleted the backport-346-to-release-v1.3 branch June 8, 2023 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant