Skip to content

Commit

Permalink
Pass through tag-prefix to the canonical/charming-actions/release-cha…
Browse files Browse the repository at this point in the history
…rm@2.6.3 action (#508)
  • Loading branch information
addyess authored Dec 20, 2024
1 parent 5f16b81 commit 62368ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/promote_charm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ on:
origin-channel:
type: string
description: 'Origin Channel'
tag-prefix:
type: string
required: false
description: |
Tag prefix, useful when promoting multiple charms from the same repo.
working-directory:
type: string
description: The working directory for jobs
Expand Down Expand Up @@ -176,6 +181,7 @@ jobs:
base-name: ${{ needs.validate-inputs.outputs.name }}
base-channel: ${{ needs.validate-inputs.outputs.channel }}
base-architecture: ${{ needs.validate-inputs.outputs.arch }}
tag-prefix: ${{ inputs.tag-prefix }}
draft-publish-docs:
name: Draft publish docs
runs-on: ubuntu-24.04
Expand Down

0 comments on commit 62368ed

Please sign in to comment.