Skip to content

Commit 2b75c1e

Browse files
Switch to charmcraft stable (#838)
1 parent cf0f044 commit 2b75c1e

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ jobs:
5050
build:
5151
name: Build charm
5252
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
53-
with:
54-
charmcraft-snap-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release
5553

5654
integration-test:
5755
strategy:

.github/workflows/lib-check.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ jobs:
2929
- name: Check libs
3030
uses: canonical/charming-actions/[email protected]
3131
with:
32-
charmcraft-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release
3332
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
3433
github-token: "${{ secrets.GITHUB_TOKEN }}"
3534

.github/workflows/release.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
- name: Release charm libraries
3838
uses: canonical/charming-actions/[email protected]
3939
with:
40-
charmcraft-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release
4140
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
4241
github-token: "${{ secrets.GITHUB_TOKEN }}"
4342

@@ -47,10 +46,9 @@ jobs:
4746
- ci-tests
4847
uses: canonical/data-platform-workflows/.github/workflows/[email protected]
4948
with:
50-
charmcraft-snap-channel: latest/candidate # TODO: remove after charmcraft 3.3 stable release
5149
channel: 14/edge
5250
artifact-prefix: ${{ needs.ci-tests.outputs.artifact-prefix }}
5351
secrets:
5452
charmhub-token: ${{ secrets.CHARMHUB_TOKEN }}
5553
permissions:
56-
contents: write # Needed to create GitHub release
54+
contents: write # Needed to create git tags

0 commit comments

Comments
 (0)