From 597b3ddadb57c7a38c16584febe024206be71489 Mon Sep 17 00:00:00 2001 From: Joanna Brodbeck Date: Thu, 2 Apr 2026 16:29:07 +0200 Subject: [PATCH] Remove wildcard Searching for components do not work properly with wildcard patterns anymore. This is why the associate step in the build pipeline (tag-nexus-artifacts) failed. https://help.sonatype.com/en/searching-for-components.html#keyword-search-query-string --- github/workflows/tag-nexus-artifacts.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/github/workflows/tag-nexus-artifacts.yml b/github/workflows/tag-nexus-artifacts.yml index 008f2aa..6fe33ad 100644 --- a/github/workflows/tag-nexus-artifacts.yml +++ b/github/workflows/tag-nexus-artifacts.yml @@ -120,7 +120,6 @@ jobs: TAG_NAME_NPM="${TAG_NAME}${{ env.TAG_NAME_SUFFIX_NPM }}" VERSION_SUFFIX="${{ steps.parse.outputs.build_date }}-${{ steps.parse.outputs.run_id }}-${{ steps.parse.outputs.commit_sha }}" - ALL_ARTIFACTS_VERSION="*-${VERSION_SUFFIX}" cat >> $GITHUB_OUTPUT <