We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d0c05 commit 3a497cdCopy full SHA for 3a497cd
.github/workflows/release.yaml
@@ -23,6 +23,7 @@ jobs:
23
- name: Release charm to channel
24
uses: canonical/charming-actions/release-charm@2.6.2
25
with:
26
+ base-channel: '24.04'
27
credentials: ${{ secrets.CHARMCRAFT_CREDENTIALS }}
28
github-token: ${{ secrets.GITHUB_TOKEN }}
29
destination-channel: ${{ github.event.inputs.destination-channel }}
0 commit comments