We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1193ca8 commit c21bb7eCopy full SHA for c21bb7e
.github/workflows/release.yaml
@@ -40,8 +40,8 @@ jobs:
40
with:
41
credentials: ${{ secrets.CHARMHUB_TOKEN }}
42
github-token: ${{ secrets.GITHUB_TOKEN }}
43
- destination-channel: ${{ inputs.destination-channel }}
44
- origin-channel: ${{ inputs.origin-channel }}
+ destination-channel: latest/${{ inputs.destination-channel }}
+ origin-channel: latest/${{ inputs.origin-channel }}
45
46
# for multi charm repo
47
tag-prefix: ${{ inputs.charm-name }}
0 commit comments