Skip to content

Commit

Permalink
build-extension-catalog fails
Browse files Browse the repository at this point in the history
Resolves rancher#12993.

Empty tagged_release causes trailing error.

Run yarn parse-tag-name  12645625456 "catalog"
yarn run v1.22.22
warning package.json: No license field
$ ./node_modules/@rancher/shell/scripts/extension/parse-tag-name 12645625456 catalog
Parse tag name - evaluating release tag 12645625456
release tag doesn't match any chart tag: 12645625456. Check your pkg/<!-YOUR-EXT-> folders and corresponding versions to complete the match
invalid run-id "catalog"
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
error Command failed with exit code 1.
Error: Process completed with exit code 1.

Signed-off-by: Masashi Honma <[email protected]>
  • Loading branch information
masap committed Jan 7, 2025
1 parent 99e3162 commit 2281d7f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:
with:
registry_target: ghcr.io
registry_user: ${{ github.actor }}
tagged_release: ${{ github.ref_name }}
secrets:
registry_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 2281d7f

Please sign in to comment.