Skip to content

Commit 3a497cd

Browse files
authored
ci: add Ubuntu base argument to risk promotion action (#283)
1 parent 27d0c05 commit 3a497cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- name: Release charm to channel
2424
uses: canonical/charming-actions/release-charm@2.6.2
2525
with:
26+
base-channel: '24.04'
2627
credentials: ${{ secrets.CHARMCRAFT_CREDENTIALS }}
2728
github-token: ${{ secrets.GITHUB_TOKEN }}
2829
destination-channel: ${{ github.event.inputs.destination-channel }}

0 commit comments

Comments
 (0)