File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 48
48
uses :
canonical/data-platform-workflows/.github/workflows/[email protected]
49
49
with :
50
50
cache : true
51
- charmcraft-snap-channel : latest/beta/data-platform # TODO: remove after charmcraft 3.3 stable release
51
+ charmcraft-snap-channel : latest/candidate # TODO: remove after charmcraft 3.3 stable release
52
52
53
53
integration-test :
54
54
strategy :
Original file line number Diff line number Diff line change 29
29
- name : Check libs
30
30
uses :
canonical/charming-actions/[email protected]
31
31
with :
32
- charmcraft-channel : latest/beta/data-platform # TODO: remove after charmcraft 3.3 stable release
32
+ charmcraft-channel : latest/candidate # TODO: remove after charmcraft 3.3 stable release
33
33
credentials : " ${{ secrets.CHARMHUB_TOKEN }}"
34
34
github-token : " ${{ secrets.GITHUB_TOKEN }}"
35
35
Original file line number Diff line number Diff line change 44
44
name : Build charm
45
45
uses :
canonical/data-platform-workflows/.github/workflows/[email protected]
46
46
with :
47
- charmcraft-snap-channel : latest/beta/data-platform # TODO: remove after charmcraft 3.3 stable release
47
+ charmcraft-snap-channel : latest/candidate # TODO: remove after charmcraft 3.3 stable release
48
48
49
49
release :
50
50
name : Release charm
53
53
- build
54
54
uses :
canonical/data-platform-workflows/.github/workflows/[email protected]
55
55
with :
56
- charmcraft-snap-channel : latest/beta/data-platform # TODO: remove after charmcraft 3.3 stable release
56
+ charmcraft-snap-channel : latest/candidate # TODO: remove after charmcraft 3.3 stable release
57
57
channel : 14/edge
58
58
artifact-prefix : ${{ needs.build.outputs.artifact-prefix }}
59
59
secrets :
You can’t perform that action at this time.
0 commit comments