Commit 7d5db01 1 parent 8e149e7 commit 7d5db01 Copy full SHA for 7d5db01
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 58
58
ref : ${{ inputs.source_branch }}
59
59
60
60
- name : Select charmhub channel
61
- uses : canonical/charming-actions/channel@2.6.2
61
+ uses : canonical/charming-actions/channel@2.6.3
62
62
id : select-channel
63
63
if : ${{ inputs.destination_channel == '' }}
64
64
84
84
echo "::set-output name=tag_prefix::$tag_prefix"
85
85
86
86
- name : Upload charm to charmhub
87
- uses : canonical/charming-actions/upload-charm@2.6.2
87
+ uses : canonical/charming-actions/upload-charm@2.6.3
88
88
with :
89
89
credentials : ${{ secrets.CHARMCRAFT_CREDENTIALS }}
90
90
github-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 21
21
steps :
22
22
- uses : actions/checkout@v3
23
23
- name : Release charm to channel
24
- uses : canonical/charming-actions/release-charm@2.6.2
24
+ uses : canonical/charming-actions/release-charm@2.6.3
25
25
with :
26
26
credentials : ${{ secrets.CHARMCRAFT_CREDENTIALS }}
27
27
github-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments