Skip to content

Commit c21bb7e

Browse files
committed
.github: release: try to add 'latest'
1 parent 1193ca8 commit c21bb7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jobs:
4040
with:
4141
credentials: ${{ secrets.CHARMHUB_TOKEN }}
4242
github-token: ${{ secrets.GITHUB_TOKEN }}
43-
destination-channel: ${{ inputs.destination-channel }}
44-
origin-channel: ${{ inputs.origin-channel }}
43+
destination-channel: latest/${{ inputs.destination-channel }}
44+
origin-channel: latest/${{ inputs.origin-channel }}
4545

4646
# for multi charm repo
4747
tag-prefix: ${{ inputs.charm-name }}

0 commit comments

Comments
 (0)